# react-stockcharts **Repository Path**: joeslee/react-stockcharts ## Basic Information - **Project Name**: react-stockcharts - **Description**: Highly customizable stock charts with ReactJS and d3 http://rrag.github.io/react-stockcharts - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-03-27 - **Last Updated**: 2024-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## React Stockcharts [![Join the chat at https://gitter.im/rrag/react-stockcharts](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/rrag/react-stockcharts?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![npm version](https://badge.fury.io/js/react-stockcharts.svg)](https://badge.fury.io/js/react-stockcharts) Create highly customizable stock charts Built with [React JS](http://facebook.github.io/react/) and [d3](http://d3js.org/) - 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 - 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 --- ### Installation ```sh npm install react-stockcharts --save ``` ### Documentation [Getting started](http://rrag.github.io/react-stockcharts/documentation.html#/getting_started) ### Demo A [demo](http://rrag.github.io/stockcharts-demo/) built with react-stockcharts ### Contributing Refer to [CONTRIBUTING.md](./CONTRIBUTING.md) ### Stability This is alpha state software, the api will change with each minor version. ### Roadmap [Roadmap](./docs/md/COMING-SOON.md) ### LICENSE [MIT](./LICENSE)