Highcharts component for react.
You can find the full code for the examples here
npm install react-highcharts --savevar React = require('react');
var Highcharts = require('react-highcharts');
var config = {
/* HighchartsConfig */
};
React.render(<Highcharts config = {config}></Highcharts>, document.body);Just require require('react-highcharts/more'); instead of react-highcharts