nilesh1021 Report post Posted July 4, 2012 (edited) { "chart": { "palette": "9" }, "categories": [ { "category": [ { "label": "2006" }, { "label": "2007" } ] } ], "dataset": [ { "seriesname": "Model A12", "color": "A66EDD", "data": [ { "value": "35" }, { "value": "42" } ] }, { "seriesname": "Model A15", "color": "F6BD0F", "data": [ { "value": "22" }, { "value": "25" } ] } ] } Is there another method to give two series together in json Edited July 4, 2012 by nilesh_1021 Share this post Link to post Share on other sites
Guest Sumedh Report post Posted July 5, 2012 Hi, You would need to create two datasets to plot two lines. Please refer the following URL's for more information: http://docs.fusioncharts.com/charts/contents/?ChartSS/MSLine.html http://docs.fusioncharts.com/charts/contents/?DataFormats/JSON/MultiSeries.html Also, find attached JSON for Mult-series Line 2D chart for your reference. MS-Line.zip Share this post Link to post Share on other sites