FusionCharts Forum: vDivLines on dual Y axis graphs - FusionCharts Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

vDivLines on dual Y axis graphs

#1 User is offline   Scott K 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 20
  • Joined: 16-December 06

Posted 16 December 2006 - 11:11 AM

I've tried to enable vertical div lines on a combination chart with dual Y axes (using only line plots) and the vDivLines don't appear.



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.
0

Other Replies To This Topic

#2 User is offline   Pallav 

  • FusionCharts Team
  • Group: Administrators
  • Posts: 2386
  • Joined: 08-December 06

Posted 17 December 2006 - 05:10 AM

I'm afraid the dual y axes charts do not support vertical divisional lines.

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>

Thanks,
Pallav Nadhani
Co-founder & CEO, FusionCharts Team
0

Other Replies To This Topic

#3 User is offline   hayde 

  • Junior Member
  • PipPip
  • Group: Members
  • Posts: 22
  • Joined: 17-July 07

Posted 01 November 2007 - 04:11 PM

will vDivLines get available in MSCombiDY2D.swf in near future versions?

/thomas
0

Other Replies To This Topic

#4 User is offline   Pallav 

  • FusionCharts Team
  • Group: Administrators
  • Posts: 2386
  • Joined: 08-December 06

Posted 02 November 2007 - 05:26 AM

Thomas,



I'm afraid the next minor releases won't have this feature. However, we'll consider it for the major release.
Thanks,
Pallav Nadhani
Co-founder & CEO, FusionCharts Team
0

Other Replies To This Topic

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic