Harinathr14 Report post Posted August 25, 2020 Upgrading to 3.15.2 version from 3.3.1. Getting "Chart type not supported" error. fusioncharts.js:19 GET https://********/fusioncharts/fusioncharts.doughnut2d.swf.js net::ERR_ABORTED 404 i @ fusioncharts.js:19 d @ fusioncharts.js:13 (anonymous) @ fusioncharts.js:13 fusioncharts.js:19 GET https://***********/fusioncharts/fusioncharts.pie2d.swf.js net::ERR_ABORTED 404 i @ fusioncharts.js:19 d @ fusioncharts.js:13 Share this post Link to post Share on other sites
Akash Biswas Report post Posted August 26, 2020 Hi, The SWF files are deprecated long back which were used in the Flash based versions of FusionCharts. To render charts using the JS version library you need to include fusionchart.js and fusioncharts.charts.js to render the charts from FusionChartsXT package. Refer to the JavaScript resources in the settings of the below CodePen sample : https://codepen.io/Akash008/pen/yLypzZa Trial version download link of current version 3.15.0-sr.1 : https://www.fusioncharts.com/download/fusioncharts-suite-xt?framework=js Documentation guide to upgrade from Flash version to the current JS version of FusionCharts : https://www.fusioncharts.com/dev/upgrading/from-flash-to-javascript To render your first chart, refer to this documentation link for the steps and instruction : https://www.fusioncharts.com/dev/getting-started/plain-javascript/your-first-chart-using-plain-javascript Thanks, Akash. Share this post Link to post Share on other sites