
Embed beautiful charts in your website within seconds. You provide the data, we provide the charts.
curl https://api.tinycharts.com/data \
-H 'Authorization: Bearer demo' \
-d '{' \
"users": 1, \
"sales": 3 \
}'
Tiny Charts doesn't require you to store your own data, simply send it to us and we'll take care of it.
You'll have full control over your data; access and modify it at any time.
curl https://api.tinycharts.com/data \
-H 'Authorization: Bearer demo' \
-d '{' \
"users": 3, \
"sales": 1500 \
}'
<!-- Embed as interactive chart -->
<div class="tinycharts" data-chart="demo"></div>
<script async src="https://static.tinycharts.com/widget.js"></script>
<!-- Embed as image -->
<img src="https://charts.tinycharts.com/demo.png" />
Tiny Charts helps you embed beautifully designed charts into your website within seconds.
Choose between engaging interactive charts, or just static images.
Tiny Charts will be available soon, leave your email and you'll be the first to know.