Depends on a particular author and their motivation, and of course their life circumstances.
… and if the changes in core really must be that often that way, that that much is destroyed.
did you check with Ivan Pereira (Elchininet) ? He’s awesome at this stuff, and just fixed my custom. plugin more-info that stopped working too…
Linking there so you can chime in and ask
He just forked the repo… I really miss the additional history chart in the more info dialog…
And Elchininet provided a fix. Genius. Briliant. Thanks so much.
See
Which includes a js replacement.
Is it possible to set somehow minimal y-axis range (not ymin
offset!)? I mean I have sensor that reaches any values between 0 and 500, but meaningful data is coming for relatively short time (few times per day for few minutes) when some devices are used. Outside this window sensor state oscillates around very small values (call it background noise) that are in range of 0~0.001 and are negligible to what I’d like to be drawn. Yet automatic scaling stretches chart trying to display this meaningless data, which is somehow misleading, as in reality nothing important to observe is happening. It would be great to be able to set fixed, minimum scale for y-axis (lets say to 1) to make such noisy data variation unnoticeable unless meaningful and then normally scale the chart up to maximum data received. Any advice?