I have a bar chart with 2 bars. Their values will range from 0 to 1. I am hiding the y-Axis labels and am using two trendlines to show words instead of numbers for values. 0 being "None" and 1 being "Severe". Sometimes the chart will have values of 0 for both bars and the chart does not render them correctly. I have specified yAxisMaxValue to 1, but the chart resizes to 0-100 if the data is 0. However if any of the data points are above 0 it renders correctly.
Is this a bug? And is there a better way to show y-Axis values with Words instead of numbers?
thanks.