react-highstock-demo

1.0.1 • Public • Published

react-highstock-demo

Highcharts/Highstock component for react.

Directory Layout

.
├── package.json
├── gulpfile.js
├── index.js
├── build
│   ├── bundle.js
│   ├── favicon.ico
│   └── index.html
└── src
    ├── app.jsx
    ├── components
    │   ├── App.jsx
    │   └── Charts
    │       ├── BaseChart.jsx
    │       ├── SimpleChart.jsx
    │       └── SimpleStockChart.jsx
    ├── favicon.ico
    └── index.html

Getting Started

$ git clone https://github.com/shunitoh/react-highstock-demo.git
$ npm install

How to Build

$ gulp build

How to Deploy

$ node index.js

How to Access

Reference

Package Sidebar

Install

npm i react-highstock-demo

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • shunitoh