-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Displays 'null' instead of 0. #145
Comments
I noticed this too, I ended up rolling back from 1.4.0 to 1.3.0. |
Any chance there is an update on this? |
Grafana v7.0 and Boomtable 1.4.0 combo too contain this bug. :( |
src/app/boom/BoomUtils.ts:188 Replace if statement content with this:
If you are not able to compile or just want to make changes on fly in docker just insert this code above by this path: |
Should have been fixed by #109? Or maybe just introduced by that? |
Describe the bug
Boomtable displays the value 0 as null and apply 'null handling'.
Screenshots
Alerts column returns [0 1 2], same query displays correctly with single stat panel.
Version Details:
The text was updated successfully, but these errors were encountered: