Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

kenfehling/react-highstock

 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%