tatsumasa

Members
  • Content count

    1
  • Joined

  • Last visited

About tatsumasa

  • Rank
    Forum Newbie
  1. VLine attribute tags ignored

    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