grafana / scenes

Build Grafana dashboards directly in your Grafana app plugins.
https://grafana.com/developers/scenes
Apache License 2.0
133 stars 20 forks source link

NewVizTooltip Grafana combined with CursorSync combined with two different types of graphs does not work as expected #743

Open paulJonesCalian opened 4 months ago

paulJonesCalian commented 4 months ago

I'll start this with a preface that maybe I'm confused and maybe I'm overlooking something.

When newVizTooltips is enabled in grafana AND cursorSync for scenes is enabled AND I'm using a type of graph that uses hover and one that doesn't (statetimeline) tooltips only sync between the timelinegraphs, but nothing else and the statetimelinegraphs and nothing else.

This doesn't happen in the grafana playground, nor anywhere else that I can find.

I also noted that when data is refreshed, the tooltips on OTHER panels go blank, but reappear on the next refresh.

I find this odd. I might be the only one experiencing this.

It might be due to the odd scenes setup were're attempting (procedurally generated tabs AND panels allowing users to switch between different views to allow the user to inspect the incoming data in different ways) but if anyone else notices this, drop a comment. We get warnings about setting new Scene Parents for the tabs/panels, but am not sure if this is related or not.