digrich/bubblechart-panel

Rendering incorrect if all values are zero

svdasein opened this issue · 3 comments

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.

With no offset, all values zero:
snapshot6

With offset +1:

snapshot6

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