grafana / grafana-polystat-panel

D3-Based hexagon layout multi-stat panel
Apache License 2.0
93 stars 28 forks source link

Polystat Legend #345

Open arunkumar-paranandi opened 6 months ago

arunkumar-paranandi commented 6 months ago

Hello @briangann , I have created a panel with a polystat plugin visualization and applied threshold conditions. I need a legend to tell viewers about the issue... In my case, if threshold limit was crossed, I want to display a message stating that the latency is due to "Delay in source files" or "Issue with streamsets", something like that. but polystat has no “Legend” section. Any suggestions on how to add a legend? Thanks! MicrosoftTeams-image (9) MicrosoftTeams-image (10)

briangann commented 6 months ago

currently there is no legend - placing it anywhere would shift the layout significantly.

we might be able to add something to the tooltip, not sure how else to indicate the reason for a threshold state could be an optional text for each threshold state, and checkbox to show it if it is in a non-OK state.