grafana / grafana-polystat-panel

D3-Based hexagon layout multi-stat panel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polystat Crashes on Hover with Repeat Rows

bryandicarlo opened this issue · comments

Issue

When hovering over a polystat panel that is repeated via a repeat row variable, the polystat panels in other rows crash.

Before Hovering:

image

After Hovering:

image
The admonition displays the following error: "Cannot read properties of undefined (reading 'color')"

image

Grafana Version: v10.0.1
Plugin Version: v2.1.0

Definitely a bug, and was not covered in the tests.

Will fix and add a dashboard that exercises this type of setup to verify.

thanks for taking a look!

Happen to have any timing as to when this might be fixed, is this only an issue in 2.1.2? thanks!

as a workaround, you can disable the tooltip to avoid the issue

I have a problem similar to this one

image

Got similar issue after upgrading Grafana to 10.1.0 and plugin to 2.1.2. Tooltips now not flickering, but secondary panel crashing after hoovering on first:
image

Also, for some reason tooltips on instable panel stacking with tooltip form first panel:
image

as a workaround, you can disable the tooltip to avoid the issue

Thank you for the workaround, just encountered this issue today.