yasso Report post Posted May 30, 2010 (edited) Hello, maybe a simple question but I cannot find an answer for it. I searched the forum and found similar topics but none does really address my request. I have a Line Chart and in it I added 4 vLines (see attached). I would like to be able to display a label to each of the vLines. I tried the following insdie the vLine tag: labelpostion='1' label='MyLabel' but nothing shows up on the Chart Can anyone please help. Thank you. Edited May 30, 2010 by Guest Share this post Link to post Share on other sites
Sanjukta Report post Posted May 31, 2010 Hi, I am afraid, I could not replicate the issue. Could you please send us the XML file that you are using to render the chart, as an attachment? Share this post Link to post Share on other sites
yasso Report post Posted May 31, 2010 Thanks for the reply, Sanjukta. Attached is the XML file. Please note that I pull the data from MySQL with PHP. The actual xml file that PHP generates has over 350 lines. For simplicity I removed most of the lines and left enough to demonstrate what I have. Your feedback is much appreciated. lineChart_with_vLines.xml Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted June 1, 2010 Hi, We have tested the XML in our lab and is not able to replicate the issue as it seems to work fine. Please take a look into the screen-shot (of the chart that we have rendered using your XML codes) that we are sending you as an attachment. Hope this helps. Line2D.zip Share this post Link to post Share on other sites
yasso Report post Posted June 2, 2010 Thanks for your effort. However, this is not what I am after. Apologies if I was not more specific. See the example below (from FC docs). The horizental Trend line (Target) is exactly what I am looking for in my Line chart, however, in vertical format. Here is what I would like to have as a result: Is this possible? Thank you! Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted June 3, 2010 Hi, In case you wish to display the display value for the element, please try specifying the valuei(i.e, Today) in the element using the 'label' attribute. Ref.- For further details please refer to the link below :- Ref.- http://www.fusioncharts.com/docs/Contents/AttDesc/VLines.html I hope this helps. Share this post Link to post Share on other sites
yasso Report post Posted June 3, 2010 Thanks for the reply. < vLine label='myLabel' labelPosition='1' /> is exactly what I have been trying. Also noted that in my original post, however it is not working. I get the vLine but I don't get the label. Does it have to do with the version of FC I am using? Do I need to adjust any other settings or add any other pieces of codes in other tags? Thanks Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted June 3, 2010 Hi, Could you please send us the sample code that you are using? Awaiting your reply. Share this post Link to post Share on other sites