WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

gebeto/telegram-charts

Repository files navigation

npm version

telegram-charts

Simple, lightweight and low resource consuming Charts library, not customizable, have a set of charts. Final bundle is 30kb!

Fallback image description Fallback image description
Fallback image description Fallback image description
Fallback image description Fallback image description

Installation

To install and set up the library, run:

$ npm install telegram-charts

Or if you prefer using Yarn:

$ yarn add telegram-charts

Usage

import TelegramCharts from 'telegram-charts';

const chartData = [...];
const chartsContainer = document.getElementById('chart-container');

TelegramCharts.render(chartsContainer, chartData);

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Add your changes: git add .
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request 😎

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