@hn3000/react-stockcharts
v0.7.4-hn.5
Published
Highly customizable stock charts with ReactJS and d3 (tmp fork by @hn3000)
Downloads
147
Maintainers
Readme
React Stockcharts
Forked to fix some small problems with the current 0.7.0-beta.22:
- new clamping code did not lint
- propTypes for clamp did not match defaults
- ScatterSeries couldn't handle gaps (and I needed it to)
- no ArrowMarker (for ScatterSeries)
Note: steps to release:
- change version (and base version) in package.json, src/index.js and this file
- build
npm run release
- publish
cd build && npm publish
Rest of this file is unchanged, badges point at the original etc.:
Create highly customizable stock charts
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-stockcharts
Documentation
Demo
Demo v1 (closed source) built with react-stockcharts
Demo v2 - Includes
- Serverside calculation of indicators
- Pan to load more
- option of websocket/xhr to download data
- Multiple chart types, including advanced types
- Drawing objects
- Indicators
- Compare with another
I am exploring options to license this, contact me if you are interested
Contributing
Refer to CONTRIBUTING.md
Stability
This is alpha state software, the api will change with each minor version.