RMG_85

Bar2D "chart Has No Javascript Fallback"

Recommended Posts

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

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

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.smile.gif

Share this post


Link to post
Share on other sites
Guest Angshu

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.smile.gif

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Glad to know that your issue has been resolved.

 

Happy FusionCharting!smile.gif

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now