How to stack series of dissimilar Y scale on top of (instead of overlayed) each other?

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

Grafana cloud

  • What are you trying to achieve?

I’m trying to stack several time series of dissimilar Y scale (e.g. A is between 1k-2k and B is between 0 and 1) on top of each other - each series graphed on its own without being overlayed on top of other series, akin to:

Most importantly, the vertical line at cursor needs to line up on all graphs simultaneously to assist viewing correlated values across all series. For this reason creating multiple time series panels doesn’t help.

Learn Grafana: How to use dual axis graphs | Grafana Labs comes very close, is there a way to avoid overlaying, and instead put each series on its own graph?

Thanks!

Use multiple panels, so each timeserie will have own panel - use transparent panel background + shared crosshair.

If you insist that you must have exactly the same visualization as an example, then you may check volkovlabs panels and you can “code” it there or you can code own Grafana panel for your needs - of course you will need some dev skills for that.

Thank you Jan, TIL of the “shared crosshair” dashboard configuration option, that’s exactly what I’m looking for!