Skip to content

Commit

Permalink
Charts config: Add gauge and pie chart types (openhab#2509)
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-h05 authored Mar 27, 2024
1 parent 974e28e commit 5507555
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,9 @@ const seriesParameters = [
const seriesTypesLabels = {
line: 'Line',
bar: 'Bar',
gauge: 'Gauge',
heatmap: 'Heatmap',
pie: 'Pie',
scatter: 'Scatter'
}

Expand Down

0 comments on commit 5507555

Please sign in to comment.