When plotting out a bar chart where many values can be zero, it helps glanceability to see where the tracks of the bars would be, it also helps with determining the relative value, especially when using fixed values.
Describe alternatives you've considered
My current alternative is to draw gray lines behind the bar chart. The chart is rendered on top of the drawing, so there is an illusion of having tracks there:
And while that is feasible to do with a known number of values, it gets harder otherwise. In addition, choosing the colors wisely and inverting the values for the bars would allow bar charts that are anchored to the top of the display.
Additional context
Here are screenshots without and with “tracks”:
Thanks for your consideration of this Feature Request!
Feature Request
Describe the solution / feature you'd like
When plotting out a bar chart where many values can be zero, it helps glanceability to see where the tracks of the bars would be, it also helps with determining the relative value, especially when using fixed values.
Describe alternatives you've considered
My current alternative is to draw gray lines behind the bar chart. The chart is rendered on top of the drawing, so there is an illusion of having tracks there:
And while that is feasible to do with a known number of values, it gets harder otherwise. In addition, choosing the colors wisely and inverting the values for the bars would allow bar charts that are anchored to the top of the display.
Additional context
Here are screenshots without and with “tracks”:
Thanks for your consideration of this Feature Request!