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
Akash Biswas Report post Posted February 24, 2020 Hi Shweta, You need to import the below files to render a Heat map chart : import FusionCharts from "fusioncharts"; import PowerCharts from "fusioncharts/fusioncharts.powercharts"; You can also refer to the below sample : https://codesandbox.io/s/7kkw4vl86q Thanks, Akash. Share this post Link to post Share on other sites