Otherwise, thanks for sharing. Bookmarked just in case.
Show HN: Tableau-like Data Visualization library (free), powered by WebAssembly
11–20 of 23 posts
Re: Show HN: Tableau-like Data Visualization library (free), powered by WebAssembly
#12Earlier quoted context omitted.
Was wondering the same. Not sure what is the point of having .org website here. >> The Software is protected by copyright, including without limitation by Copyright Law and international treaty provision
We started with the JavaScript version of Muze, which is open-source (MIT). Hence the .org. For the WASM version also, we'll open-source (just not right now - waiting to build a few more modules, to monetize the enterprise ones, to bring sustainability into the project).
Re: Show HN: Tableau-like Data Visualization library (free), powered by WebAssembly
#13Re: Show HN: Tableau-like Data Visualization library (free), powered by WebAssembly
#14For Tableau like functionality crossfiltering and drill dowm should be first class features, is that part of the current functionality or is there some exampke?
Yes, these are available by default.
- Cross filtering: https://muzejs.org/demos/wa/latest/crossfiltering-with-dynam...
- Drill-down with custom drill path: https://muzejs.org/demos/wa/latest/drilldown
- Drill into grid: https://muzejs.org/demos/wa/latest/show-datagrid-on-doublecl...
Re: Show HN: Tableau-like Data Visualization library (free), powered by WebAssembly
#15Earlier quoted context omitted.
We started with the JavaScript version of Muze, which is open-source (MIT). Hence the .org. For the WASM version also, we'll open-source (just not right now - waiting to build a few more modules, to monetize the enterprise ones, to bring sustainability into the project).
MIT GitHub link repo says code deprecated.
The new features are in WASM repo, which will be open source later.
Re: Show HN: Tableau-like Data Visualization library (free), powered by WebAssembly
#16Re: Show HN: Tableau-like Data Visualization library (free), powered by WebAssembly
#17This seems interesting but I’m not sure how to use it....? We have a react app that could really use a plug and play kind of viz library. Is the idea that I could feed my data into this and it would automatically configure viz based on the dataset it sees?
P.S. We're coming up with a react binding for Muze in next 4-5 weeks.
Re: Show HN: Tableau-like Data Visualization library (free), powered by WebAssembly
#18On my iPhone 11 Pro Max, iOS 13.5.1, chrome 84.0.4147.71 the "health index of each country" is crashing my tab. Otherwise, thanks for sharing. Bookmarked just in case.
Re: Show HN: Tableau-like Data Visualization library (free), powered by WebAssembly
#19This seems interesting but I’m not sure how to use it....? We have a react app that could really use a plug and play kind of viz library. Is the idea that I could feed my data into this and it would automatically configure viz based on the dataset it sees?
Yes, that's the idea. You include Muze, provide the data, and it automatically renders the visualization and interactions. P.S. We're coming up with a react binding for Muze in next 4-5 weeks.