vDivLines on dual Y axis graphs
#1
Posted 16 December 2006 - 11:11 AM
Is that the intended behaviour? or am I missing something?
I've done all the obvious stuff, setting alpha to 100, etc.
TIA for any answers.
Other Replies To This Topic
#2
Posted 17 December 2006 - 05:10 AM
However, you can still use the <vline /> element between <category> element to plot a vertical divisional line between any two x-axis data points.
vLines are vertical separator lines that help you separate blocks of data. These lines run through the height of the chart, thereby segregating data into different blocks.
For example, if you're plotting a chart showing monthly sales from October 2005-Mar 2006, you might want to plot a vertical separator line between Dec 2005 and January 2006 to indicate end of year.
The XML would be:
<categories>
<category label='Oct 2005' />
<category label='Nov 2005' />
<category label='Dec 2005' />
<vLine color='FF5904' thickness='2' />
<category label='Jan 2006' />
<category label='Feb 2006' />
</categories>
Pallav Nadhani
Co-founder & CEO, FusionCharts Team
Other Replies To This Topic
#3
Posted 01 November 2007 - 04:11 PM
/thomas
Other Replies To This Topic
#4
Posted 02 November 2007 - 05:26 AM
I'm afraid the next minor releases won't have this feature. However, we'll consider it for the major release.
Pallav Nadhani
Co-founder & CEO, FusionCharts Team


Back to top
MultiQuote