An open API service indexing awesome lists of open source software.

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/

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)