Sign in to follow this  
smith

Pie Chart with DataXML

Recommended Posts

I maded the code that display the following:

 

 

 

 

 

 

 

Chart.

 

 

 

//Instantiate the Chart

 

var chart_productsales = new FusionCharts("/directory/Pie2D.swf", "productsales", "450", "300", "0", "0");

 

//Provide entire XML data using dataXML method

 

chart_productsales.setDataXML("")

 

//Finally, render the chart.

 

chart_productsales.render("productsalesDiv");

 

 

 

 

 

 

 

But only display "chart" text.

 

 

 

I can not use URLData and the examples for Pie charts are URL Method.

 

 

 

Thank you.

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