digrich / bubblechart-panel

Bubble chart panel for grafana monitoring system.
Apache License 2.0
8 stars 9 forks source link

Rendering incorrect if all values are zero #8

Closed svdasein closed 9 months ago

svdasein commented 5 years ago

If one attempts to graph a set of values wherein all values are zero (0), the panel renders very strangely. If text is enabled one sees all text jumbled together in one big glob, and with text disabled ones sees what appears to be a single pixel.

I have been able to work around this by setting an offset of +1 to all values. Once I do that the panel renders properly even when all values are in reality zero.

svdasein commented 5 years ago

With no offset, all values zero: snapshot6

With offset +1:

snapshot6

biohazardxxx commented 4 years ago

+1

digrich commented 9 months ago

@svdasein - It has been fixed in the new version of the plugin. Please check and let me know if you encounter any issues.