Charts · 2.6s
Line Chart Draw
Line strokes in across data points with area fill — trend reveals
By Lottie Max Added
320×200 · 30fps · 2.60s · loops
Embed it anywhere
Paste the snippet into any HTML page. The animation loads from
/templates/line-chart-draw.json — host it yourself or hot-link from lottiemax.com.
Embed · Line Chart Draw
<script src="https://unpkg.com/lottie-web@latest/build/player/lottie.min.js"></script>
<div id="lottie-line-chart-draw" style="width:320px;height:200px;"></div>
<script>
lottie.loadAnimation({
container: document.getElementById('lottie-line-chart-draw'),
renderer: 'svg',
loop: true,
autoplay: true,
path: 'https://lottiemax.com/templates/line-chart-draw.json',
});
</script>