This project renders OHLC chart using given rest webservices for data. This has 2 parts
- OHLC chart
- Live OHLC chart
chart has following features: a. Highest, Lowest, Open close values and Volume are changes according to on hover of candel b. It allow user to change range of chart so that user can see year wise data c. Chart has zoom and panning capabilities d. Chart is fully responsive
You can find running project on following link. http://sandeep-react-test.herokuapp.com
To install locally: clone from git and run command and run following command
npm install
To start project
npm start