Yasmine Report post Posted October 19, 2020 (edited) Hello everyone, I am new to FusionCharts and I am currently working on implementing a multilevelpie chart. I added the dataSource into state so that I can manipulate it later and I am simply rendering it. All I am seeying is "Loading chart. Please wait" and it doesn't change. I already tried verifing the location of the js files in the nodes_modules and I installed flash_player but nothing has changed. The code is in the App.js file. and the screen shot of what I am seeying . Node version: 12.16.2 Could you please me to solve this problem. thank you App.js Edited October 19, 2020 by Yasmine Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted October 19, 2020 Hi, Please import fusioncharts.powercharts.js to resolve the problem import FusionCharts from 'fusioncharts'; import PowerCharts from 'fusioncharts/fusioncharts.powercharts'; import FusionTheme from 'fusioncharts/themes/fusioncharts.theme.fusion'; import ReactFC from 'react-fusioncharts'; ReactFC.fcRoot(FusionCharts, PowerCharts, FusionTheme); Share this post Link to post Share on other sites
Yasmine Report post Posted October 19, 2020 47 minutes ago, Ayan Bhadury said: thank you so much that solved the problem Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted October 19, 2020 Welcome Share this post Link to post Share on other sites