sawe Report post Posted December 22, 2011 (edited) I have 3 different graphs that i need to combine to show in one graph as separate lines. My data looks like this: First graph (has 2 points) Month Value January 10 June 30 Second graph (has 3 points) Month Value April 10 July 30 Sep 40 Now i need to display these 2 graphs as one graph with 2 different lines. so far i have this I created 5 categories: <category label='January '/> ... <category label=' Sep '/> Then for each graph, i create a dataset with blanks were there is no corresponding value. e.g. First Dataset <set value='10' /> <set /> <set value='30' /> <set /> <set /> Problem is that the graph only plots points that are adjacent so the first line will only show the points without the line. The second graph will show a point for April, then a line from Jul to Sep. I would like to have all lines show as does in the separate graphs. Please assist. Edited December 22, 2011 by sawe Share this post Link to post Share on other sites
Guest Bindhu Report post Posted December 23, 2011 (edited) Hi, Welcome to the FusionCharts Forum Thank you for the post. Can you please try using the 'connectNullData' attribute of the chart and set it to 1 ? Please find attached screen shot of the chart rendered when the 'connectNullData' attribute is set to 1. Hope this helps !! Happy FusionCharting Edited December 23, 2011 by Bindhu Share this post Link to post Share on other sites
sawe Report post Posted December 24, 2011 Thanx for the response, unfortunately trhe forum does not send me an email when a reply is made to my post, so yes that fixes the problem, i had already found it also via this link http://kb.fusioncharts.com/questions/166/How+do+I+plot+discontinous+data+on+my+chart%3F . Thanx once again. Share this post Link to post Share on other sites
Guest Angshu Report post Posted December 26, 2011 Hi, Glad to know that you have managed to resolve your problem. Happy FusionCharting!! Share this post Link to post Share on other sites