Sign in to follow this  
natg504

Vertical line as the last point

Recommended Posts

I have a MS Line chart that has vertical lines, however the vertical line does not show up if it's the last point on the chart.  Is there a way to fix this?  Thanks,

 

 <categories>
    <category label="04/01" />
    <category label="04/02" />
    <category label="04/03" />
    <category label="04/04" />
    <category label="04/07" />
    <category label="04/08" />
    <category label="04/09" />
    <category label="04/10" />
    <category label="04/11" />
    <category label="04/14" />
    <category label="04/15" />
    <vLine label="firstlabel" labelPosition="0" linePosition="0" color="666666" />
    <category label="04/16" />
    <category label="04/17" />
    <category label="04/18" />
    <category label="04/21" />
    <category label="04/22" />
    <category label="04/23" />
    <category label="04/24" />
    <category label="04/25" />
    <category label="04/28" />
    <category label="04/29" />
    <category label="04/30" />
    <category label="05/01" />
    <vLine label="secondlabel" labelPosition="0" linePosition="0" color="666666" />
  </categories>

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi,

 

With regard to your query, as you are plotting the vertical line at the last, the line will overlap on the canvas border and only the label will be visible.

 

Please find the screen shot of the JavaScript chart rendered using latest FusionCharts XT v3.3.1sr3 files and the XML data used, for your reference.

 

Hope this helps!

 

post-23588-0-94649600-1399008532_thumb.png

MSLine2D_vline_ok.xml

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this