wmorris20 Report post Posted April 26, 2011 Are there any limitations with linkedCharts and Multi-Series Charts? I can't get this to render (getting the 'FusionCharts' output). Here is some sample XML... <chart showValues='0' bgAlpha='0'> <categories> <category name='Jan' /> <category name='Feb' /> </categories> <dataset seriesname='Plant1'> <set value='113435.705656052' link='newchart-xml-Jan' /> <set value='65744.8482737541' link='newchart-xml-Feb' /> </dataset> <dataset seriesname='Plant2'> <set value='182288.626574397' link='newchart-xml-Jan' /> <set value='99722.7292872667' link='newchart-bxml-Feb' /> </dataset> <linkeddata id="Jan"> <chart> <categories> <category name='Plant1' /> <category name='Plant2' /> </categories> <dataset seriesname='2010-Jan'> <set value='47411.7574198246' /> <set value='95453.3807282448' /> </dataset> </chart> </linkeddata> <linkeddata id="Feb"> <chart> <categories> <category name='Plant1' /> <category name='Plant2' /> </categories> <dataset seriesname='2010-Feb'> <set value='23073.0119767189' /> <set value='43789.7930704355' /> </dataset> </chart> </linkeddata> </chart> Thanks for your help, Ward Share this post Link to post Share on other sites
Guest Angie Report post Posted April 28, 2011 Hi, I am afraid, we are not able to replicate the issue, as the code is working fine from our end. Please check the following steps: 1. Have you pasted the FusionCharts.js, jquery.min.js and highcharts.js files in FusionCharts folder of MyFirstChart folder? 2. Have you included and provided the path of FusionCharts.js properly in your html page? 3. Are there any JavaScript syntax or runtime errors that might have halted the execution of FusionCharts functions? 4. Have you given different names for the chart's JavaScript variable and chart's ID? Awaiting for your reply. Share this post Link to post Share on other sites
wmorris20 Report post Posted April 29, 2011 Hi, I am afraid, we are not able to replicate the issue, as the code is working fine from our end. Please check the following steps: 1. Have you pasted the FusionCharts.js, jquery.min.js and highcharts.js files in FusionCharts folder of MyFirstChart folder? 2. Have you included and provided the path of FusionCharts.js properly in your html page? 3. Are there any JavaScript syntax or runtime errors that might have halted the execution of FusionCharts functions? 4. Have you given different names for the chart's JavaScript variable and chart's ID? Awaiting for your reply. Thanks for your response. 1. Yes, all are included, and I can render other non-linked charts fine. 2. Same as 1 3. No 4. Yes (There would have been an error). I couldn't find any example code for a multi-series linkedChart on your site. If you point me to one, that would help tremendously. Thanks! Share this post Link to post Share on other sites
Guest Angshu Report post Posted May 2, 2011 Hi, Thanks for your reply. Could you please enable the debug mode and send us the screenshot to look into the issue? Awaiting for your response. Share this post Link to post Share on other sites
wmorris20 Report post Posted May 2, 2011 Hi, Thanks for your reply. Could you please enable the debug mode and send us the screenshot to look into the issue? Awaiting for your response. Could you instead just point me to your examples for multi-series linkedCharts? Thanks for your continued help! Share this post Link to post Share on other sites
Guest Angshu Report post Posted May 2, 2011 Hi, Could you please confirm the chart type you are using? If you are using a single-series chart SWF and providing data in multi-series format or vice-versa. In this case too, you'll get a "No data to display" message. Awaiting for your response. Share this post Link to post Share on other sites