https://github.com/iprit/telechart
⚡ Fast & efficient line chart for Telegram https://iprit.github.io/telechart/
https://github.com/iprit/telechart
chart telegram
Last synced: about 2 months ago
JSON representation
⚡ Fast & efficient line chart for Telegram https://iprit.github.io/telechart/
- Host: GitHub
- URL: https://github.com/iprit/telechart
- Owner: IPRIT
- License: mit
- Created: 2019-03-11T15:17:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T16:40:19.000Z (about 7 years ago)
- Last Synced: 2025-03-05T23:30:49.303Z (over 1 year ago)
- Topics: chart, telegram
- Language: JavaScript
- Homepage:
- Size: 5.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Telechart
> Telegram Line Chart
## Table of contents
- [Demo](#demo)
- [Features](#features)
- [Setup](#setup)
- [Author](#author)
- [License](#license)
## Demo
[Demo page](https://iprit.github.io/telechart/)
### Features
##### 1. Data Grouping
Telechart supports data grouping for large data sets (up to 5 000 000 points) with a good level of performance.
##### 2. Browser support
Telechart supports old browser versions (IE >= 9, Safari >= 6).
##### 3. File size
Telechart weighs only 19.2 kb (gzipped).
##### 4. Smooth animations
Almost every device consistently produces ~60 fps.
## Setup
Install dependencies
```sh
$ yarn # or npm install
```
Start the development server and `voilà`.
```sh
npm start
```
To build for production
```sh
npm run build
```
To preview the production build
```sh
npm run preview
```
## Author
Author [Alexander Belov](https://t.me/belov) 🔗
## License
[MIT](https://github.com/IPRIT/telechart/blob/master/LICENSE)