bosschenaar Report post Posted August 1, 2011 Hi, I am trying to create the chart which is shown in the image in the attachment. I have tried serval charttypes but none of them seems to work. Because i can't provide a lowerbound Y value only a upperbound Y value. Is there anyway i could create the chart? Thanks Share this post Link to post Share on other sites
Guest Angshu Report post Posted August 1, 2011 Hi, Welcome to FusionCharts Forum! Chart limits are the minimum & maximum y-axis values. FusionCharts automatically calculates the best chart limits when you don't specify them explicitly. In FusionCharts, the axis limits encompasses all values present in the chart i.e., no data value can be below the minimum y-axis value or above maximum y-axis value - they have to be within axis range. Even if you force an axis limit that is lower/higher than this, FusionCharts will automatically adjust it. More details at:http://www.fusioncharts.com/docs/?AttDesc/ChartLimits.html Hope this helps. Share this post Link to post Share on other sites
bosschenaar Report post Posted August 1, 2011 Hi, Thanks for the quick answer. But this wasn't the answer i was looking for. I want to create a chart where the X value starts at 40 and ends on 60, the Y value starts at 0 and ends on 90.000. I want to create a serie where for X value 40 the Y start value is 20.000 and end Y value is 30.000, for the X value 41 the Y start value is 22.000 and end Y value is 35.000 and so on for the other values on the Xasis. This means there is no filling between the 0 and the start value. Like the example i attached on my previous post. Thanks Share this post Link to post Share on other sites
Guest Angshu Report post Posted August 1, 2011 Hi, Thanks for your response. First of all, Fusioncharts does not support numeric values along the x axis, at this time. Only, Bubble and scatter charts are used for plotting data that can be defined in terms of multiple numeric parameters. In these charts, both X and Y axes are numeric. So, the position of a data point is an indicator of two distinct numeric values. For more details on bubble and scatter chart, please visit the links below: http://www.fusioncha...SS/Scatter.html http://www.fusioncha...tSS/Bubble.html Hope this helps. Share this post Link to post Share on other sites