binbot-charts
TypeScript icon, indicating that this package has built-in type declarations

0.6.9 • Public • Published

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

  1. Run npm install && npm start. It will build the project and open a default browser with the Charting Library.
  2. library_path should be node_modules/dist/charting_library
  3. Write a script to copy charting_library to public/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.

Readme

Keywords

Package Sidebar

Install

npm i binbot-charts

Weekly Downloads

108

Version

0.6.9

License

ISC

Unpacked Size

5.96 MB

Total Files

332

Last publish

Collaborators

  • carkod