Hi everyone,<p>A while ago, we had released a Tableau-like data visualization library in JavaScript (original post at <a href="https://news.ycombinator.com/item?id=18193264" rel="nofollow">https://news.ycombinator.com/item?id=18193264</a>). We got the feedback that it was performing slow because of client-side data operations and rendering. As such, we have released a new version, where all data related operations are now powered by WebAssembly, along with a full design upgrade. It’s at <a href="https://muzejs.org" rel="nofollow">https://muzejs.org</a> - we would love to get your feedback.<p>Like before, it’s a data-first library with its own DataModel, built using Grammar of Graphics approach. Unlike traditional charting libraries, which use a chart-first configuration, Muze allows relational algebra operations on DataModel (in browser). Also, the visualizations are fully extendible through compositions, layers and programmatic hooks - so you’re not restricted by the out-of-box visualizations or default interactions provided by the library.<p>We’ve also built a visual data exploration tool using this (though currently using the JS version, and not WebAssembly; to be upgraded soon), which is at <a href="https://explore.charts.com" rel="nofollow">https://explore.charts.com</a><p>We intend to make these libraries (and UI kits/bindings) available for developers to embed within their SaaS/internal applications and create Tableau-like interfaces within their application (of which we’ll monetize enterprise-features modules).<p>Would love to get your feedback. Also, what is the next library/module that we should build next to make Muze more useful for you?<p>Thanks for taking a look!<p>P.S. We’re working on making our documentation better!<p>Website: <a href="https://muzejs.org" rel="nofollow">https://muzejs.org</a>
Visual Data Exploration Tool: <a href="https://explore.charts.com" rel="nofollow">https://explore.charts.com</a>
Github: <a href="https://github.com/chartshq" rel="nofollow">https://github.com/chartshq</a>