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

More Query from same tag