Custom Widget ECharts Bar

If you already have the rest of the widget constructed out of svg components, what benefit do you get from incorporating the chart for this? For a thermometer, you only need one value which presumably is already stored in an item if you are also getting that information from a chart, and you can just use that item value to scale an appropriate object within the svg.

Here’s a widget that does something similar:

1 Like