Simple, lightweight and low resource consuming Charts library, not customizable, have a set of charts. Final bundle is 30kb!
|
|
|
|
|
|
|
|
|
To install and set up the library, run:
$ npm install telegram-chartsOr if you prefer using Yarn:
$ yarn add telegram-chartsimport TelegramCharts from 'telegram-charts';
const chartData = [...];
const chartsContainer = document.getElementById('chart-container');
TelegramCharts.render(chartsContainer, chartData);- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Add your changes:
git add . - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request 😎
- VSCode
- Vite
- Love
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Yaroslav Nychkalo - Initial work - gebeto
See also the list of contributors who participated in this project.
MIT License © Yaroslav Nychkalo