Sign in to follow this  
tssabo

convertToFusionCharts secound parameter error?

Recommended Posts

Hey!

 

I having problems with the secound parameter in the convertToFusionCharts(). I'm trying to set caption, useLabels, major or anyone, but without results, in the site eg. also seem to have problems...

 

 

it's set to show a caption("Units sold for last 2 years") but it's not working?

 

http://www.fusioncharts.com/dev/using-with-javascript-libraries/jquery/rendering-charts-from-html-tables.html

 

 

I'm trying:

jQuery("#myHTMLTable").convertToFusionCharts(

{
   type: 'MSColumn2D',
   width: "100%",
   height: "500", 
   dataFormat: "htmltable",
   renderAt: "myChartContainer"

},
{

   hideTable: true, 

   useLabels: 0, 

   useLegend: 0,  

   showLegend: false, 

   showLabels: false, 

   major: "row" 

}
);
 

Anyone know what's happing?

 

 

 

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