Cumulocity-IoT / cumulocity-community-plugins

This is a set of module federation plugins developed and maintained by the community.
Apache License 2.0
3 stars 3 forks source link

Autoscaling Property for Y-Axis missing from new Data Point Graph #26

Open rahultsag opened 7 months ago

rahultsag commented 7 months ago

 Cockpit 2024-03-22 15-25-18

In the comparison between the legacy and new data point widgets, it seems the legacy widget supports autoscaling Axis and adjusts the range to 47.2 to 47.28, whereas the new widget maintains a fixed range of 0-50. This inconsistency can impact data visualization and user experience.

Introducing a configuration option for Autoscaling might allow users to optimize the y-axis range based on their preferences.

janhommes commented 7 months ago

To my knowledge, autoscaling was removed due to performance issues. Basically on each new arriving measurement you need to check the scale and align it. @jakubdrewniak do you remember the details here?