kirjs / react-highcharts

React wrapper for Highcharts library

Home Page:http://kirjs.github.io/react-highcharts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Normal Highchart and Heatmap

Piero87 opened this issue · comments

Hi,
What I have to import to use simple bar chart and a Heatmap chart in the same react component?

Hi @Piero87 !
hope this helps you
https://stackblitz.com/edit/react-pjwrhu?file=Hello.js
and
You may need

import heatmap from 'highcharts/modules/heatmap';
heatmap(ReactHighmaps.Highcharts);