Bharat Patel Report post Posted July 9, 2015 Hi There is it possible to do something like this in fusion charts... Please see a sample chart attached. Thanks! Bharat Share this post Link to post Share on other sites
Bharat Patel Report post Posted July 9, 2015 If you look at the y axis, you will see that the chart is plotted against non ZERO point. MS charts currently provides a way to define what they term as "marker step" property. We currently have almost all our charts converted fusion within a particular section of our product suite but we are having to use MS Charts for this scenario. Any help is greatly appreciated. Thanks Bharat Patel Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted July 10, 2015 Hi Bharat, Could you please have a look at the fiddle: http://jsfiddle.net/91b1zcj9/ ? Its a multi-series column 2D chart, with negative values. Please share share your observations if it suites your requirements. Share this post Link to post Share on other sites
Bharat Patel Report post Posted July 10, 2015 Hi Moonmi, I looked at all the fiddle links listed as example charts on fusion Charts website already. This link that you sent does not solve my problem is that the Y Axis plotting point base is 0. I want it to start at my defined value(1) instead, irrespective of the higher/lower/negative values. Currently MS Charts allows you to shift the base Y Axis point by setting up a property known as Marker Step. Now using this property I can set the base Y Axis to start at my defined value and treat any value less then my defined value to be plotted from my defined marker point to the plot value. Fusion charts can start at non zero value as base point but is dependent on the lowest plot value. Now my requirement is slightly different here. I need the graph to use my own defined value to use as starting point. If you look at the Y Axis then you will find that the base Y Axis starts at 1. Please feel free to ask me more questions it I am being unclear. Let me know if this is possible? Thanks And Kind Regards, Bharat Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted July 13, 2015 Hi Bharat, The kind of your requirement is natively not possible, but as a work around you can make use of trendlines as in the demo fiddle: http://jsfiddle.net/sogaytqf/ Or it can also be achieved with chart annotations as in the feature gallery example : http://www.fusioncharts.com/features/custom-annotations/ Ref doc: Annotations: http://www.fusioncharts.com/dev/usage-guide/annotations/creating-annotations/introduction.html Trendlines : http://www.fusioncharts.com/dev/usage-guide/configuring-your-chart-trend-lines-and-zones.html Hope this helps. Share this post Link to post Share on other sites