Sign in to follow this  
Neil Hawkins

vLines - the area between and drilldown - Label

Recommended Posts

Is it possible to colour the area between vlines and make the area clickable to drill down into that specific time span?

Also my label is no working I'd really appreciate help :)

my xml:

[ code ]

<categories>

<category label="Nov-01"/>

<category label="Dec-01"/>

<vLine label="Credit Widening" dashed="1" labelHAlign="center" labelVAlign="middle" labelPosition="0.5"/>

<category label="Jan-02"/>

<category label="Feb-02"/>

<category label="Mar-02"/>

<category label="Apr-02"/>

<category label="May-02"/>

<category label="Jun-02"/>

<category label="Jul-02"/>

<category label="Aug-02"/>

<category label="Sep-02"/>

<vLine dashed="1"/>

<category label="Oct-02"/>

<category label="Nov-02"/>

<category label="Dec-02"/>

<category label="Jan-03"/>

<category label="Feb-03"/>

<category label="Mar-03"/>

<category label="Apr-03"/>

<category label="May-03"/>

<category label="Jun-03"/>

<category label="Jul-03"/>

...etc

</categories>

[/ code ]

the chart

e487185e-5c07-4ca9-b394-8de4.jpg

Edited by Guest

Share this post


Link to post
Share on other sites

Hello Neil,

 

 

 

I am afraid, the feature you are asking for is not possible with the current version of FusionCharts. :)

 

 

 

But we have taken note of your suggestion and have put it on our wishlist for our future versions.

Share this post


Link to post
Share on other sites

Thankyou for your reply, I have been looking at trendzones is it possible to have a vertical area as a trend zone instead of vlines in a line chart? Sorry to pursue this but I have to provide something acceptable very soon... thanks again

Share this post


Link to post
Share on other sites
Guest Rajroop

Hello Neil,

 

 

 

You could try using Vertical data separator lines and increase its width(thickness attribute) to apply it as a Trendzone.

 

 

 

Ref: <categories>

 

<category label='Jan' />

 

<category label='Feb' />

 

<category label='Mar' />

 

<category label='Apr' />

 

<category label='May' />

 

<vLine color='FF5904' thickness='30' />

 

<category label='Jun' />

 

<category label='Jul' />

 

<category label='Aug' />

 

<category label='Sep' />

 

<category label='Oct' />

 

<category label='Nov' />

 

<category label='Dec' />

 

</categories>

 

 

 

However, vLines are not meant for application as a trend zone. Thereby, the ends of the broadened vLines may appear to be akward. Thus this might not be the best workaround.

 

 

 

But we have taken note of your suggestion and have put it on our wishlist for our future versions.

 

 

 

I hope this helps. :)

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