scottgroovez Report post Posted August 11, 2011 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 Report post Posted August 12, 2011 Hi, Welcome to FusionCharts Forum! 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. Share this post Link to post Share on other sites