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

https://github.com/sanichkotikov/micro-charts

A tiny library for visualizing your data. 📈📊
https://github.com/sanichkotikov/micro-charts

es6-modules no-dependencies npm-module npm-package tiny-library typescript vanillajs

Last synced: over 1 year ago
JSON representation

A tiny library for visualizing your data. 📈📊

Awesome Lists containing this project

README

          

# micro-charts

A tiny (~4.05 KB) library for visualizing your data. With zero dependencies.

- LineCharts (~2.88 KB)
- BarChart (~2.71 KB)
- LineCharts + BarChart (~3.14 KB)
- PieCharts (~1.54 KB)

\* Minified and gzipped (by [Size Limit](https://github.com/ai/size-limit))

## Examples

🖥 [Live examples](https://sanichkotikov.github.io/micro-charts/)
(source code stored in `/docs` folder)

## Install

```bash
npm i -S micro-charts
```