mosaic icon indicating copy to clipboard operation
mosaic copied to clipboard

An extensible framework for linking databases and interactive views.

Results 101 mosaic issues
Sort by recently updated
recently updated
newest added

HTTP2 is more efficient than HTTP1 and well supported by browsers.

enhancement

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.

on hold

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,...

projects

- 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...

projects

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...

projects