tatsumasa Report post Posted September 10, 2010 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
Sanjukta Report post Posted September 11, 2010 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. data1.xml Share this post Link to post Share on other sites