mysky Report post Posted March 13, 2008 Hello, I have no issue in creating a bar chart, but I have a wide range of variables and because I have one of the variables, which is very high number it causes the graph to not show the bars for the other lower variables.... My question is: Is there a way to scale the graph to where the high variable does not take as much of the scale of the graph so users can see th lower varibles better??? Example below <set label="Jan" value="462" /> <set label="Feb" value="857" /> <set label="Mar" value="671" /> <set label="Apr" value="10000" /> <set label="May" value="761" /> <set label="Jun" value="960" /> Share this post Link to post Share on other sites
Sanjukta Report post Posted November 29, 2010 Hi, Please try setting the "yAxisMinValue" explicitly or set the attribute "setAdaptiveYMin" to '1' in the <chart> element to show a smaller difference in the dataplots. Hope this helps. Share this post Link to post Share on other sites