/react-highstock

Highstock component for React

Primary LanguageJavaScript

react-highstock

Highstock component for React

Installation

npm install react-highstock --save

Usage

var React = require('react');
var Highstock = require('react-highstock');

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

See also

react-highcharts