binbot-charts
v0.6.9
Published
Binbot charts is the default candlestick bars chart used in terminal.binbot.in to render bots graphically.
Downloads
382
Readme
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'
How to start
- 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
About This Project
This project was bootstrapped with Create React App.
Notes
The earliest supported version of Node of the charting library for these examples is v20
.