Rama Report post Posted April 19, 2014 I am using 2D dual Y combination graph and have problem when there is only one member on X-axis. graph is not plotted on chart area but i see points for theseries on left margin of div element. I am using javascript plugin for fusion charts and chart area is a div element. Can anyone please suggest what is the problem in code or data set? "chart":{ "xaxisname":"Periods", "pyaxisname":"AVGSELLINGPRICE<BR/>BUDGETCOSTPLAN<BR/>", "syaxisname":"" }, "categories":[ { "category":[ { "label":"01/01/2014" } ] } ], "dataset":[ { "seriesname":"AVGSELLINGPRICE", "parentYAxis":"P", "renderAs":"Line", "data":[ { "value":"11000.12345" } ] }, { "seriesname":"BUDGETCOSTPLAN", "parentYAxis":"P", "renderAs":"Line", "data":[ { "value":"1416.84000000000" } ] } ] Share this post Link to post Share on other sites
Bindhu Report post Posted April 21, 2014 Hi, It looks like a bug. We are looking into it and would get back to you as soon as possible. Hope this helps! Share this post Link to post Share on other sites
Rama Report post Posted April 21, 2014 Thank you for the reply. Share this post Link to post Share on other sites
Swarnam Report post Posted June 18, 2014 Hi Rama, The issue has been fixed in our latest product release. Try using our Evaluation version at http://www.fusioncharts.com/download/ and let us know your feedback. Share this post Link to post Share on other sites