tssabo Report post Posted April 8, 2016 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
Gagan Sikri Report post Posted April 18, 2016 Hi Thanks for reporting. We have identified the problem as issue and logged an improvement request for it. We will keep you posted about the same. Share this post Link to post Share on other sites