Wrong Y-axis in Time Series

  • What Grafana version and what operating system are you using?
    Grafana Cloud

  • What happened?

The attachment is from the same Time Series.
The line 5minBS is werid.
In the same graphic and the same colum(5minBS) data.The dot at 09:14(-0.32) is correct. However, 09:27(-0.22) is incorrect.
I hav check the table view. The original data are correct.
How to fix the problem?
Thanks

Try this

Step-by-Step: Assign 5minBS to the Correct Y-Axis

  1. Open Your Dashboard:
  • Go to your Grafana dashboard that contains the Time Series panel with the issue.
  1. Edit the Panel:
  • Click the panel title → Edit.
  1. Go to the “Overrides” Tab:
  • On the right side of the panel editor, click “Overrides”.
  1. Add an Override for 5minBS:
  • Click “Add override”.
  • In the “Fields with name” dropdown, choose 5minBS
  1. Set Axis Placement to Left:
  • Click “Add override property”.
  • Select “Standard options” → “Axis placement”.
  • Set to Left.
  1. Optional - Fix All Series to Same Axis:
  • Repeat for other series if needed to ensure consistency.
  • You may also remove the right Y-axis if not used:
    • Go to Panel > Axes tab.
    • Set Right Y axis to “Hidden” or disable it.

Apply Changes: