Search the Community

Showing results for tags 'convertToFusionCharts'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 1 result

  1. 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!