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. 📈📊
- Host: GitHub
- URL: https://github.com/sanichkotikov/micro-charts
- Owner: SanichKotikov
- License: mit
- Created: 2019-12-01T06:30:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T06:52:05.000Z (over 4 years ago)
- Last Synced: 2025-06-11T06:05:01.735Z (over 1 year ago)
- Topics: es6-modules, no-dependencies, npm-module, npm-package, tiny-library, typescript, vanillajs
- Language: TypeScript
- Homepage: https://sanichkotikov.github.io/micro-charts/
- Size: 662 KB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```