Sign in to follow this  
scottgroovez

Gaps Between Points

Recommended Posts

timeline_chart.jpg

Is it possible to create a line chart as above? The vertical dotted line is where a student starts a reassessment and the second vertical line is when they have completed it. If the student doesn't complete the reassessment in the same week we want to have a gap.

 

Also, can the individual lines be coloured? These are to show the status of their maths age improvement for that week (low/ok/good)

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum! smile.gif

 

Please find the sample code below:

 

<chart caption='Monthly Revenue' xAxisName='Weeks from First assessment' yAxisName='Maths Age' showValues='0' connectNullData='0'>

  <set label='1' value='1'/>
  <set label='2' value='2'/>
  <set label='3' value='3'/>
  <set label='4' value='4'/>
  <set label='5' value='5'/>
<vLine color='FF5904' thickness='2' dashed='1'label='23rd November 2011'/>
  <set label='6' value='6'/>
  <set label='7' value=''/>
  <set label='8' value=''/>
  <set label='9' value='9' />
<vLine color='FF5904' thickness='2' dashed='1' label='8th December 2011' />
  <set label='10' value='10' />
  <set label='11' value='11' />
  <set label='12' value='12' />
</chart> 

 

 

Please find the screenshot attached for your reference.

 

To know more about line chart configuration, please visit the link: http://www.fusioncharts.com/docs/?ChartSS/Line2D.html

 

Hope this helps.

post-10517-0-65750700-1313138538_thumb.png

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