Charts config: Add gauge and pie chart types (#2509)

Those are imported in
974e28e9ba/bundles/org.openhab.ui/web/src/components/widgets/system/oh-chart-component.vue (L47)
and should therefore work.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
pull/2510/head
Florian Hotze 2024-03-27 10:01:12 +01:00 committed by GitHub
parent 974e28e9ba
commit 5507555908
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -199,7 +199,9 @@ const seriesParameters = [
const seriesTypesLabels = {
line: 'Line',
bar: 'Bar',
gauge: 'Gauge',
heatmap: 'Heatmap',
pie: 'Pie',
scatter: 'Scatter'
}