How to Show a Zero Value on a Scale of 0 to 100 in a Bar Chart
Problem:
I have a report that uses simple bar graphs. In a few cases, the score for a item is 0. Since the range is 0 to 100, a score of 0 gets lost. Is there a way to make a simple circle with 0 centered?
Solution:
By adding a showZero property and setting it to true in the plot object. This will show a tiny bar. Please use this demo for reference.