telegram-charts
v1.0.6
Published
Charts for telegram
Maintainers
Readme
telegram-charts
Simple, lightweight and low resource consuming Charts library, not customizable, have a set of charts. Final bundle is 30kb!
Installation
To install and set up the library, run:
$ npm install telegram-chartsOr if you prefer using Yarn:
$ yarn add telegram-chartsUsage
import TelegramCharts from 'telegram-charts';
const chartData = [...];
const chartsContainer = document.getElementById('chart-container');
TelegramCharts.render(chartsContainer, chartData);Contributing
- 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 :sunglasses:
Built With
- VSCode
- Vite
- Love
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Yaroslav Nychkalo - Initial work - gebeto
See also the list of contributors who participated in this project.
License
MIT License © Yaroslav Nychkalo
