mrharishpathak Report post Posted August 30, 2013 Hi All, I have developed a line chart in PHP using Fusion Chart. I want two lines instead of one line in the same graph. Can we do that. Can we make a line chart with two lining in a single chart. As we can clearly see its a single line (showing monthly budget) in the attached image. And I want two separate lines (showing monthly budget) in the same graph. Is it possible ? Its a client requirement and I have to submit this work/module in the next 2 hours. In which file of Fusion Chart I have to make changes to show two lines instead of one line. Please reply soon with a suitable answer. Its very urgent. Please find the image (single line - fusion chart) attach with. Please see the attachment. Thanking You. Harish Chand Pathak Share this post Link to post Share on other sites
Guest Sumedh Report post Posted August 31, 2013 Hi Hairsh, Apologies for delayed response. This link can be helpful for you: http://blog.fusioncharts.com/2012/03/javascript-charts-in-php-using-fusioncharts-xt-part-1/ You can download the sample from same link. Since, you want to plot multiple lines, so you can use MSLine chart for your requirement. To render MSLine chart, you would need to provide Multi-series chart XML, for more information, please refer the following link: http://docs.fusioncharts.com/charts/contents/ChartSS/MSLine.html Hope this helps! Share this post Link to post Share on other sites