ioBroker/ioBroker.echarts

Chart with bars

huwi opened this issue · 0 comments

huwi commented

Hello!

I use the statistic adapter to collect 15min, 1h, 1d, 1m, 1y data.
When i try to create a chart with different datapoints, all out of 15min data, the
chart has different behaver.

Describe the bug
The scaling of the second datapoint will be ignored. Only the scaling of the first will
be used. So i can't create a chart with e.g. power from solarthermie and the correspondig
collector temperature. The power datapoint has the range 0-5kWh/15min and the collector temperature has a range of 0-120°C/15min. The bars of the second datapoint touch the top of
the chart. The scale, power and temperature will be shown correctly.

The second problem, the whole echarts adapter locks while creating a new bar chart. the i have to reload the web-browser window. Some times i help to change the chart and back again.

To Reproduce
I don't know
echarts
at which point the adapter will blocked. It occures on changes to the scaling, decimal point count, heading line, color, ....

Versions:

Adapter version: 1.5.1
JS-Controller version: 5.0.11
Node version: 16.20.0
Operating system: raspbian 11 (bullseye)

Kind Regards, Hubert