-
What Grafana version and what operating system are you using?
10.1.1 Windows 10
I am accessing a SQL-Server table with the values. -
What are you trying to achieve?
I have multiple Dataframes from one query that I want to show in one time series graph. Issue is that those series have different scales. A series with very low numbers is not readable anymore if also a series with very high numbers is visible. -
How are you trying to achieve it?
The Y-Axis MIN and MAX needs to be adjusted by Dataframe and not globally on the panel or Dataset -
What happened?
In order to show multiple series from one query in one time series graph I use the “Prepare Time Series” Transformation with Format “Multi-frame time series”.
Then I tried to use the “Config From Query Results” Transformation afterwards to dynamically set the MIN and MAX for the Y-Axis for each time series. I created a Config Query for this which contains the columns:
TagName; YMin; YMax
But I am unable to map those values to the dynamically split dataframes by TagName -
What did you expect to happen?
I can set the Y-Axis Min and Max values by dataframe dynamically based on a config table
Example Panel, you see that the trends of the lower value dataframes are not readable anymore, each dataframe should have a Y-Min and Y-Max so that they fit properly in the panel.
Note: The Tags that are displayed are dynamically selected from a variable in the dashboard, they are not fixed, the user can select them.