You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I think I found a bug in bar plot visualization for 0 values. So as you can see from my screenshots, when you navigate to a certain bar it displays the dimensions' value, but it doesn't for the ones with 0 value although it exists in the underlying dataset. I couldn't find how to enable it therefore I consider it a bug.
Design input
No design input needed
The text was updated successfully, but these errors were encountered:
Hello, @janaperedni! I'm here to help you with any bugs, questions, or contributions. Let's take a look at the issue you've encountered.
The issue you're experiencing with bar plot labels not displaying for zero values might be related to the configuration setting showBarValue. If this property is set to true, labels for bar values, including zero values, should be displayed. You might want to check if this setting is enabled in your configuration [1].
Additionally, the drawBarValues function, which is responsible for rendering labels, does not have an explicit condition to prevent labels for zero values. However, if the number formatter used in this function suppresses zero values, that could be the reason for the labels not appearing [2].
If the issue persists, you may need to investigate further into the number formatting logic or any CSS styles that might affect the visibility of these labels.
Screenshot
Description
Hi! I think I found a bug in bar plot visualization for 0 values. So as you can see from my screenshots, when you navigate to a certain bar it displays the dimensions' value, but it doesn't for the ones with 0 value although it exists in the underlying dataset. I couldn't find how to enable it therefore I consider it a bug.
Design input
No design input needed
The text was updated successfully, but these errors were encountered: