Sign in to follow this  
DerekW

vline without associated set element

Recommended Posts

It seems as though we cannot place a vline element -- and have it display -- without having an associated set element. I'm in the situation where I want to show a range of dates that may or may not have values associated. (thus, there could be more vline elements)

 

 

 

I'm attempting create a 2d line chart. (line.swf)

 

 

 

Perhaps I should go to a different chart type -- I was thinking of scatter. I know I could place the vertical lines as I want this way. However... I wanted to be able to create a vertical line at times that would have different style properties.(specific dates)

 

 

 

And while I know I could throw a vline in there... I couldn't position it exactly as I would need to amongst the other category elements as it does not contain an x axis property like my other vertical lines(made with category properties) would have...

Share this post


Link to post
Share on other sites
Guest Rajroop

Hello Derek,

Welcome to the FusionCharts Forum. :)

Could you please elaborate a bit more on the issue that you are facing?

Looking forward to your reply. :D

Share this post


Link to post
Share on other sites

pseudo code:

 

 

 

set val=1000>

 

vline label="Jan">

 

vline label="Feb">

 

vline label="Mar">

 

set val=2000>

 

vline label="Apr">

 

vline label="May">

 

 

 

None of my vlines show up unless they're associated with one of the set tags...

 

 

 

I need them to show up without a set tag -- I need the ability to display more vlines than set tags.

 

 

 

Edited by Guest

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