Sign in to follow this  
octopus

Charts show that can not be normal

Recommended Posts

I am using a C #, I use map and the pie-chart at all normal, but when I use AngularGauge.swf. I would like to use the return FusionCharts.RenderChart ("../ FusionCharts / AngularGauge.swf "," ", xmlData.ToString ()," productSales "," 600 "," 300 ", false, false); this way, but Can not be displayed. When I use

return FusionCharts.RenderChartHTML ("../ FusionCharts / AngularGauge.swf "," Data / Data.xml "," "," myFirst "," 600 "," 300 ", false); methods, we can show that normal, So would like to ask about.

Share this post


Link to post
Share on other sites

hi,

 Please tell me first, are you using Ajax environment? RenderChart will not work in Ajax environment so please use RenderChartHTML. If you do not use ajax environment then both RenderChart and RenderChartHTML will work. For RenderChart you should include FusionCharts.js script.

<script language="javascript" type="text/javascript" src="[relative path]/FusionCharts.js" ></script>

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
Sign in to follow this