| We're a small team in Budapest, Hungary, and this library is our first product, currently in public beta. It works similarly to other charting libs, but when users create a set of charts, Vizzu will automatically animate between them. The library is dependency-free, written in C++ and compiled to WebAssembly. It has automatic data aggregation and filtering capabilities. We think it can be used for building data stories, interactive explorers and reports, and later, with some more interactive functionality, exploratory data analysis. We've been working on Vizzu for quite some time and decided to go open-source because we want to make it easy for others to try it and build whatever they want while helping us figure out how the animation capability can be put to good use. Data stories we built with Vizzu: https://vimeo.com/showcase/8920560, https://www.reddit.com/user/vizzuhq/?sort=top And an interactive example embedded in an Observable notebook: https://gallery.vizzuhq.com/eu-survey We created a step-by-step tutorial and examples that you can start playing with in JSFiddle by clicking on the "Edit" button on each example's page. Tutorial: https://lib.vizzuhq.com/0.3.0/ Examples: https://lib.vizzuhq.com/0.3.0/#examples-1.1 |