Sign in to follow this  
Hamid

Step Line Chart With Different Step Length In X-Axis

Recommended Posts

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)

 

post-30466-0-43228100-1350205641_thumb.png

 

Thanks.

 

 

 

Share this post


Link to post
Share on other sites
Guest Sumedh

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

post-24802-0-94122000-1350297458_thumb.png

Share this post


Link to post
Share on other sites

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:

 

post-30466-0-05049500-1350376258_thumb.jpg

 

 

 

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 by Hamid

Share this post


Link to post
Share on other sites
Guest Sumedh

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

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this