I’ve been raking my brain to try to find a way to display a number of graphs on a page to the same Y-axis scale.
I have multiple graphs showing motor current from various systems.
To visually compare motors from a given system, I need the Y-axis to be consistent accross the graphs on the dashboard.
The problem
- Setting the Y-Max to auto means each motor current graph will have its own scale and it makes it very hard to compare the graphs on the page.
- Setting the Y-max to a fixed value means that when showing motor current graphs from one system, the scale will be too large, and for other systems the scales will be too small.
It seems there is no mechanism to use a variable as the Y-max. I’m trying to find some ways to force the graphs to all show the same scale based on the system being visualized but I’m hitting walls.
I’d even be happy if I could set the scale through a dropdwn variable the user could select…
I’ve looked at Expressions to try to add a series with a fixed value that I could maybe hide but might help force the graph to scale to but can’t find a way.
I’m trying to understand Transforms, but it doesn’t seem to be helpful in this case (even though a closed ticket seems to imply this was now possible).
So surely I’m not the only one who has a need to be able to set the Y-max of graphs in a dynamic way based on some variable/query data.
I’ve tried to find other enquiries on this board but none seems to have any or useful answers and all related tickets I could find on the subject seem closed.
Anyone has any idea?