Skip to content

Commit

Permalink
Enable additional ECharts for oh-data-series
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadahar committed Dec 24, 2024
1 parent bd9c6f0 commit 27f914c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions bundles/org.openhab.ui/doc/components/oh-data-series.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ prev: /docs/ui/components/
<PropOptions>
<PropOption value="gauge" label="Gauge" />
<PropOption value="pie" label="Pie" />
<PropOption value="line" label="Line" />
<PropOption value="bar" label="Bar" />
<PropOption value="heatmap" label="Heatmap" />
<PropOption value="scatter" label="Scatter" />
</PropOptions>
</PropBlock>
</PropGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export default {
props: {
parameterGroups: [actionGroup()],
parameters: [
seriesTypeParameter('gauge', 'pie'),
seriesTypeParameter('bar', 'gauge', 'heatmap', 'line', 'pie', 'scatter'),
...actionParams()
]
}
Expand Down

0 comments on commit 27f914c

Please sign in to comment.