Using same y-axis range across all graphs in a dashboard

I've created number of individual graphs and have pulled several into a single dashboard. is there a way, at the dashboard level, to dynamically determine and then apply the same y-range across all graphs? So supposed one graph dynamically uses a y-range of [0,100] and another [0,20] and another [0,60]. I would like a to tell the dashboard config to dynamically use the largest, so [0,100] is applied to all the individual graphs. i want this apply the largest across all to be done without user intervention. possible? if so how?

Currently there is no way for the visualizations in a dashboard to communicate with each other. You'll have to set them all by hand, unfortunately.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.