mosaic
mosaic copied to clipboard
An extensible framework for linking databases and interactive views.
I found that for very large datasets where index creation takes a few seconds, it can be better to only activate a selection on click instead of hover.
Updated version of #438 Rather than sending requests in series, send them in parallel but serialize the order before returning them from the query manager.
Still not sure whether the queries come back in the right order, but queries are now sent without waiting for the previous queries to return. Please let me know if...
Ideally with a default of `width: 100%` and `height: 400px`
Develop a web-based data profiling UI where analysts can drag and drop a CSV/Parquet file or connect to a publicly accessible URL and get interactive column profiles. For each column,...
- Add `Selection.relay(...)` method to let a selection publish (relay) clauses to downstream selections. - Add `relay` property to top-level of declarative specifications. - Update `athletes` example to filter athlete...
In large dashboards, some charts may be outside the current view and therefore don't need to be updated. It would be interesting to explore ways to not update charts that...
https://github.com/uwdata/mosaic/tree/main/packages/vega-example has a hard-coded example showing that Vega and Vega-Lite work with Mosaic. In this project, you create a more general client that takes a Vega-Lite specification and automatically extracts...