Problem with Y-axis scaling in Grafana when displaying multiple queries on the same panel

Hi everyone,

I am facing a problem with Y-axis scaling in Grafana when displaying multiple queries on the same panel.
I have three queries:

  1. Query 1 (called analysis) has constant value of 1
  2. Query 2 (called implement) has fluctuating values, ranging from 0 to 3.
  3. Query 3 (called ‘outflow’) has fluctuation values ranging from 0 to 10

When I display only the implement query, the Y-axis scales correctly to show the full range of values (from 0 to 3). While hiding analysis and outflow.
implement

However, when I add the analysis query, the Y-axis is restricted to a maximum of 1, which causes the higher values from the implement query (above 1) to not be shown. (outflow is hidden)
anaandimplement

Even in the Query Inspector, I can see the correct values for implement going up to 3, but they are not plotted on the graph when both queries are displayed together.

Does anyone have suggestions on how to resolve this? Thanks for your help!