Charts · 2.4s
Bar Chart Grow
Five bars grow from baseline in staggered phase — chart entrance
By Lottie Max Added
320×200 · 30fps · 2.40s · loops
Embed it anywhere
Paste the snippet into any HTML page. The animation loads from
/templates/bar-chart-grow.json — host it yourself or hot-link from lottiemax.com.
Embed · Bar Chart Grow
<script src="https://unpkg.com/lottie-web@latest/build/player/lottie.min.js"></script>
<div id="lottie-bar-chart-grow" style="width:320px;height:200px;"></div>
<script>
lottie.loadAnimation({
container: document.getElementById('lottie-bar-chart-grow'),
renderer: 'svg',
loop: true,
autoplay: true,
path: 'https://lottiemax.com/templates/bar-chart-grow.json',
});
</script>