Vizzu

Open-source JS library to build animated charts with ease

5.0
6 reviews

30 followers

Vizzu lets you use animated charts to share insights in complex data sets as self-explanatory stories. You can embed animated reports and dashboards on your site using this dependency-free library that even takes care of data aggregation and filtering.
Vizzu gallery image
Vizzu gallery image
Vizzu gallery image
Free
Launch Team

What do you think? …

Andrea Scotto
Impressive work, congrats @petervidos! Few questions: Can you add gradients on shapes and border colors? Is there any documentation/tutorial for extending this library?
Simon Laszlo
Vizzu emits events before drawing the parts of the chart (e.g. each marker), where any additional canvas parameter (like gradient) can be set. Here is an example, where we use a faint gradient on the markers: https://lib.vizzuhq.com/stories/... (source: https://github.com/vizzuhq/vizzu...)
Andrea Scotto
@simon_laszlo thanks for sharing the github link. I see also shadow blur and other interesting things :) From my understanding does Vizzu try to mimic the SVG behavior of properties but in canvas?
Simon Laszlo
@andrea_scotto Yes, something like that, but the design consideration behind having events when chart element renderings occur was to provide full control over the rendering of the chart. This way any part of the chart can be overridden by user-defined rendering functions. For example, here we draw thumbnails beside each axis label using the same mechanism: https://lib.vizzuhq.com/stories/...
Ivan Bozic
Vizzu looks great, @petervidos! Love the focus on the animations. Our team is actively working on a tool that relies heavily on charts. We're considering apexcharts and Echarts right now, I'll drop in vizzu for the team to take a look at.
Peter Vidos
Thanks @bozicivan! Sounds great! Let us know if you need more info. We're also happy to jump on a call to discuss the opportunities to bring the most out of Vizzu's capabilities.
Simon Laszlo
@bozicivan If you have a lot of charts, than it's worth mentioning that with Vizzu, utilizing animated charts you can integrate multiple static charts into dynamic ones making your dashboards/UI more clean.
Ivan Bozic
@simon_laszlo Thanks for the heads up, at the moment, it's just a few widgets with charts for the MVP, but down the road we'll be allowing customers to basically configure their own dashboards. Will keep in touch if we have any feedback.
Biás Csongor
Super stocked to see Vizzu coming out from the private beta. Congrats on the launch, Peter & co 📈📊🚀
Kristóf Klein
Thank you @bias_csongor!
Simon Laszlo
@bias_csongor Thanks! We've come a long way since the private beta.