Hello,
In 4.2 you can set a static value item in a graph widget, and the Y axis maximum value will be equal to that item's value. However in 6.0 this has changed and the Y axis now has a buffer higher than the item's value, around 20-25%.
E.g in 4.2 the Y axis maximum for a value of 24M would be 24M, but in 6.0 it is now 30M. 80K becomes 100K etc. There is also specific rounding milestones, e.g. a value of 3150 would become 4000, meaning an algorithm was added specifically in the code.
Is there a way to change this behavior in config or source code to bring back the old behavior? The use case is having a left axis value which then corresponds to a right axis percentage, because of the buffer they no longer align.
BR
In 4.2 you can set a static value item in a graph widget, and the Y axis maximum value will be equal to that item's value. However in 6.0 this has changed and the Y axis now has a buffer higher than the item's value, around 20-25%.
E.g in 4.2 the Y axis maximum for a value of 24M would be 24M, but in 6.0 it is now 30M. 80K becomes 100K etc. There is also specific rounding milestones, e.g. a value of 3150 would become 4000, meaning an algorithm was added specifically in the code.
Is there a way to change this behavior in config or source code to bring back the old behavior? The use case is having a left axis value which then corresponds to a right axis percentage, because of the buffer they no longer align.
BR