Hamid Report post Posted October 14, 2012 Hello everyone, I really need Step line chart but I wonder if I can have non-equal value in each step on X-Axis. For example I need Step chart like below image. (The length of steps do not be equal and they can be different) Thanks. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted October 15, 2012 Hi Hamid, This can be possible using a work-around. You would need to specify set elements with same values. (this depends on your requirement) Ref. Code: <dataset seriesName='2006'> <set value='27400' /> <set value='27400'/> <set value='27400' /> <set value='26800' /> <set value='29600' /> . . . Also, if you want to completely disable the anchors, you can specify "anchorAlpha" attribute as "0". Ref. Code: <chart ... anchorAlpha="0"> Please find attached XML and screen-shot for your reference. For more information, please refer the following URL: http://docs.fusioncharts.com/powercharts/Contents/?ChartSS/MSStepLine.html Hope this helps! StepLine_Data.xml Share this post Link to post Share on other sites
Hamid Report post Posted October 16, 2012 (edited) Hi Sumedh and thanks for your help, I think this way is a trick and it can’t solve my problem. Actually, I need a way that x-axis scale determinate dynamically. For example please see the below image that I created it using Photoshop: Please attend to: 1) X axis scales. 2) More than one point for one x axis and two or more y axis values. ( {x=205,y=1510} {x=205, y = 2600} {x=205, y = 3100} 3) Showing anchor. This chart can be very useful for everyone who studies in Electricity Power System field. Edited October 16, 2012 by Hamid Share this post Link to post Share on other sites
Guest Sumedh Report post Posted October 16, 2012 Hi Hamid, This type of Step-Line chart is not supported in FusionCharts. Thanks for your time and support. Share this post Link to post Share on other sites
Hamid Report post Posted October 16, 2012 Hi Hamid, This type of Step-Line chart is not supported in FusionCharts. Thanks for your time and support. Thanks Hope it will be supported in new version of FusionCharts. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted October 17, 2012 Hi Hamid, If it is feasible, We will try to implement it. Share this post Link to post Share on other sites
Hamid Report post Posted October 17, 2012 Hi Hamid, If it is feasible, We will try to implement it. I'm sure it's feasible and I believe you are a powerful group in this field. Good luck. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted October 18, 2012 Thanks you. Share this post Link to post Share on other sites