Sanjukta

VLine attribute tags ignored

Recommended Posts

Greetings,

 

 

 

I have been using fusion charts with PHP to produce graphs, but I have recently started exploring a little more in depth customization of my graphs via some of the other XML tags and attributes. One such tag is the vLine tag.

 

 

 

What I would like to do (on a multi-series area plot):

 

Display a vertical line next to the left data point (should be attribute linePosition='0.0')

 

Specify a label (should be attribute label='i am a label')

 

 

 

However, this does not work at all, it is completely ignored when the chart is rendered.

 

As example:

 

vLine label='wtf' color='FF5904' thickness='10' linePosition='0.0'

 

The only thing this does it put a 10 thickness orange vertical line BETWEEN the two points, label and linePosition are ignored.

 

 

 

 

 

The XML from the whole sample graph is in attachment. How can I get these tags to work?

chart.txt

Share this post


Link to post
Share on other sites

Hi,

Welcome to FusionCharts Forum! :)

The XML attached to your post seems to work fine after making few modifications. It is displaying the vertical line with the label.

Could you please check with the attached screenshot and the modified XML file of the rendered Multi-series Area chart, for your reference?

Hope this helps. :)

post-8143-128441588654_thumb.jpg

data1.xml

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