Skip to content

eleung/react-highcharts

 
 

Repository files navigation

react-highcharts

Highcharts component for react.

Demo

You can find the full code for the examples here

Installation

npm install react-highcharts --save

Usage

var React = require('react');
var Highcharts = require('react-highcharts');

var config = {
  /* HighchartsConfig */
};
React.render(<Highcharts config = {config}></Highcharts>, document.body);

Using highcharts-more

Just require require('react-highcharts/more'); instead of react-highcharts

About

react-highcharts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%