Binbot charts is default candlestick bars chart used in terminal.binbot.com to render bots graphically, packaged to be used in React. Import it in your project as a React component
import TVChartContainer from 'binbot-charts'
- Run
npm install && npm start
. It will build the project and open a default browser with the Charting Library. -
library_path
should benode_modules/dist/charting_library
- Write a script to copy
charting_library
topublic/charting_library
during build. E.g.cp -r node_modules/dist/charting_library/ src/public/charting_library
This project was bootstrapped with Create React App.
The earliest supported version of Node of the charting library for these examples is v20
.