RMG_85 Report post Posted May 16, 2011 Hello, I have a number of charts on my web page, with both the Flash and the JS versions working perfectly. However, one of my charts displays in Flash, but in JS mode says "chart has no javascript fallback". I'm not sure why this is happening, as it is a SingleSeries Bar2D chart. Here is the javasacript for it: <script type="text/javascript"> <!-- FusionCharts.setCurrentRenderer('javascript'); var strXML = "<chart showValues='0' bgAlpha='100' bgColor='FFFFFF' showBorder='0' chartLeftMargin='10' chartRightMargin='25' chartTopMargin='10' chartBottomMargin='10' outCnvbaseFont='Trebuchet MS' outCnvBaseFontSize='11' outCnvbaseFontColor='000000' baseFontColor='000000' useRoundEdges='0' canvasbgAlpha='50' legendBgAlpha='70' showPercentageValues='0' showPercentInToolTip='0' inThousandSeparator=',' formatNumberScale='0' showLabels='1' borderColor='#474747' decimals='0' animation='1' canvasBorderAlpha='30' canvasBgColor='FFFFFF' canvasBgAlpha='0' divLineAlpha='50' showYAxisValues='1' showAlternateVGridColor='0' outCnvBaseFont='Trebuchet MS' outCnvBaseFontColor='#474747' plotSpacePercent='50' showShadow='0' plotFillAlpha='90' plotGradientColor='F6F6F6' plotBorderColor='7A7A7A' imageSave='1' imageSaveURL='/Common/Handlers/FusionChartImageSave_v3.ashx'><set label='Official' value='81' link='/Main/Reports/QuickStats.aspx?classification=Official%2526socialplatform=1' /><set label='Unofficial' value='1199' link='/Main/Reports/QuickStats.aspx?classification=Unofficial%2526socialplatform=1' /><set label='Endorsed' value='28' link='/Main/Reports/QuickStats.aspx?classification=Endorsed%2526socialplatform=1' /><set label='Other' value='25' link='/Main/Reports/QuickStats.aspx?classification=Other%2526socialplatform=1' /><styles><definition><style name='captionFont' type='font' font='Arial' size='12' color='000000' bold='1' letterSpacing='1' /></definition><application><apply toObject='Caption' styles='captionFont' /><apply toObject='subCaption' styles='captionFont' /></application></styles></chart>"; var myChart = new FusionCharts("/Common/Flash/FusionCharts_v3/bar2D.swf","ctl00_cphPlaceholder_smAccountClassificationChart1_pnlChartContainer_chart" , "300", "120", "0", "0"); myChart.setXMLData(strXML); myChart.render("ctl00_cphPlaceholder_smAccountClassificationChart1_pnlChartContainer"); // --> </script> Any help would be much appreciated. Share this post Link to post Share on other sites
Guest Angshu Report post Posted May 16, 2011 Hi, Welcome to FusionCharts Forum! First of all, we would like to thank you for showing interest in FusionCharts Forum. Could you please try once by downloading the latest FusionCharts.js available with FusionCharts v 3.2 ? Hope this helps. Share this post Link to post Share on other sites
RMG_85 Report post Posted May 16, 2011 I am using v3.2.1 - is this the latest version? Share this post Link to post Share on other sites
Guest Angshu Report post Posted May 17, 2011 Hi, Thanks for your response. v 3.2.1 is the latest version of FusionCharts. Please find the latest js file attached for your reference. Hope this helps. Share this post Link to post Share on other sites
RMG_85 Report post Posted May 17, 2011 Sorry, I don't see any file attached...? Share this post Link to post Share on other sites
Guest Angshu Report post Posted May 17, 2011 Hi, Apologies for the mistake. Please find the zip file attached for your reference. Hope this helps. FusionCharts .zip Share this post Link to post Share on other sites
RMG_85 Report post Posted May 17, 2011 Thank you. This has resolved the issue. Share this post Link to post Share on other sites
Guest Angshu Report post Posted May 17, 2011 Hi, Glad to know that your issue has been resolved. Happy FusionCharting! Share this post Link to post Share on other sites