kenfehling / react-highstock

Highstock component for React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Highstock component for React


Languages

Language:JavaScript 100.0%