Package Exports
- jun_0214_react-stockcharts
- jun_0214_react-stockcharts/es/index.js
- jun_0214_react-stockcharts/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jun_0214_react-stockcharts) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React Stockcharts
0strich Fork Version
Create highly customizable stock charts
If you like this project checkout gocharting.com
- integrates multiple charttypes
- over 60 technical indicators and overlays
- drawing objects
Multiple quick start examples
- svg and canvas for improved performance.
- pan and zoom, on touch devices too
Chart types
- Scatter
- Area
- Line
- Candlestick
- OHLC
- HeikenAshi
- Renko
- Kagi
- Point & Figure
Indicators
- EMA, SMA, WMA, TMA
- Bollinger band
- SAR
- MACD
- RSI
- ATR
- Stochastic (fast, slow, full)
- ForceIndex
- ElderRay
- Elder Impulse
(more to come),
and it is simple to create your own indicator too
Interactive Indicators
- Trendline
- Fibonacci Retracements
- Gann Fan
- Channel
- Linear regression channel
Installation
npm install --save react-stockchartsDocumentation
Contributing
Refer to CONTRIBUTING.md
Stability
This is alpha state software, the api will change with each minor version.