Skip to content

shunitoh/react-highstock-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-highstock-demo

Highcharts/Highstock demo for react.

Demo

http://shunitoh.github.io/react-highstock-demo/
<img alt="screenshot" width="500" height="300 "src="https://raw.githubusercontent.com/shunitoh/shunitoh.github.io/master/react-highstock-demo/screenshot.png" />

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

About

react highstock demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published