Skip to content

Commit

Permalink
Add support for pie charts (openhab#850)
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Krivonog <[email protected]>
Signed-off-by: Brian Homeyer <[email protected]>
  • Loading branch information
crnjan authored and bigbasec committed Jan 28, 2021
1 parent 59a1999 commit f93bedc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ export default {
props: {
parameterGroups: [],
parameters: [
seriesTypeParameter('gauge')
seriesTypeParameter('gauge', 'pie')
]
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ import 'echarts/lib/chart/line'
import 'echarts/lib/chart/bar'
import 'echarts/lib/chart/gauge'
import 'echarts/lib/chart/heatmap'
import 'echarts/lib/chart/pie'
import 'echarts/lib/chart/scatter'
import 'echarts/lib/component/title'
import 'echarts/lib/component/legend'
Expand Down

0 comments on commit f93bedc

Please sign in to comment.