psike Report post Posted September 7, 2016 Good afternoon! I noted the following bug in the new version 3.11.0 some times, data in chart not shown. My example: FusionCharts.ready(function(){ var revenueChart3 = new FusionCharts({ "type": "column2d", "renderAt": "chart3", "width": "500", "height": "250", "dataFormat": "json", "dataSource": { "chart": { "showvalues": "1", "plotgradientcolor": "", "bgcolor": "FFFFFF", "showalternatehgridcolor": "0", "divlinecolor": "CCCCCC", "showvalues": "1", "showcanvasborder": "0", "canvasborderalpha": "0", "canvasbordercolor": "CCCCCC", "canvasborderthickness": "1", "captionpadding": "30", "linethickness": "3", "yaxisvaluespadding": "15", "legendshadow": "0", "legendborderalpha": "0", "palettecolors": "#008ee4,#6baa01,#f8bd19", "showborder": "1", "animation": "1", "caption": "Defects", "captionFontSize": "12", "numberPrefix": "", "numbersuffix": "%", "alignCaptionWithCanvas": "0", "formatNumberScale": "0", "formatNumber": "1", "exportEnabled":"1", "exportAtClient":"0", "exportHandler":"http://url/js/fusioncharts/export-handlers/php-export-handler/index.php", "exportAction":"download", "exportFormats": "PNG" }, "dataset": [{ "data": [ { "label": "2014", "value": "0.108" }, { "label": "2015", "value": "0.109" }, { "label": "2016", "value": "0.101" } ] }] } }); revenueChart3.render(); }) and finally chart doesn't show: Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted September 7, 2016 Hi, This issue is fixed in the upcoming version. Once it is released please download the latest version, to get it solved. We will keep you posted.Hope this helps. Share this post Link to post Share on other sites