react-highstock

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i react-highstock

Weekly Downloads

3

Version

1.0.2

License

MIT

Last publish

Collaborators

  • kenfehling