# 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
```
