Shweta Rathi Report post Posted February 23, 2020 Hi, I am using FC heatmap, but its showing "loading ...please wait..." in reactJS ! Can anyone please explain what files to be included to run heatmap? Heatmap link : https://www.fusioncharts.com/charts/heat-map-charts/heat-map-to-show-scores?framework=react Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted June 3, 2020 Hi, Apologies for the delay. For rendering heatmap chart in react you need to import the following files: import FusionCharts from 'fusioncharts'; import from'fusioncharts/fusioncharts.powercharts';importFusionThemefrom'fusioncharts/themes/fusioncharts.theme.fusion';importReactFCfrom'react-fusioncharts';ReactFC.fcRoot(FusionCharts,,FusionTheme); Share this post Link to post Share on other sites