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

When creating data apps as in https://github.com/uwdata/mosaic/issues/217 you most often want *responsive* plots. I.e. plots that resize to the available width and height of the parent container. With Vega/ Altair...

It'd be great if a table name was escape with quotes automatically during creation. https://github.com/uwdata/mosaic/blob/5fe204e9ab0706ff2d39f64911dd91d758da31a9/packages/sql/src/load/create.js#L11 I was going to send a PR for this by exporting `quoteTableName` from `ref.js`: https://github.com/uwdata/mosaic/blob/5fe204e9ab0706ff2d39f64911dd91d758da31a9/packages/sql/src/ref.js#L38-L46...

I've using Mosaic from within TypeScript so I authored [some type declarations](https://gist.github.com/willium/15e61146761c69c7eb50d01dbe005852). **I don't stand by their correctness**, but in the process of doing so, I noticed a type mismatch...

Add https://en.m.wikipedia.org/wiki/Mosaic_plot to vgplot. Maybe we can do it already with bars or rectangles.

Hi, I include a table in a linked interaction, here for convenience: https://observablehq.com/@declann/linked-visuals-for-data-exploration-mosaic-duckdb Scrolling the table seems to cause bugs on follow up interactions. Steps to reproduce: - select any...

While using categorical charts (for example a Bar chart) with tooltips and the Toggle() function, it seems the two functions are impacting each other in a way that is quite...

Hi! I am building a custom `MosaicClient` for my own visualization components. I have two `Selection` instances using crossfilter - one for **table1** and another for **table2**. Each `Selection` can...

Any plans for adding types?

This PR explores possible brushing support over projections instead of scales. It requires changes to Observable Plot to expose projections and sufficient information to perform inversion. This initial version supports...

* DuckDB server written in Rust. * Supports http/1, http/2, and websockets. * Caching and bundling support. * Fixes bundle logic in demo page. * Rewrite priority queue as a...