sfu Report post Posted March 27, 2007 (edited) 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. Edited March 27, 2007 by Guest Share this post Link to post Share on other sites
Pallav Report post Posted March 28, 2007 Hi, If FusionCharts finds all data as 0, it automatically adjusts all axes to 0-100, to avoid deforming the chart. One option would be to use a value of say 0.0001 instead of 0. Share this post Link to post Share on other sites