score:1

you can find a working demo here: https://codesandbox.io/s/highcharts-react-demo-forked-6evf4

import react from "react";
import { render } from "react-dom";
// import highcharts
import highcharts from "highcharts";
import highchartsheatmap from "highcharts/modules/heatmap";
import highchartsreact from "highcharts-react-official";

highchartsheatmap(highcharts);

Related Query