mosaic
mosaic copied to clipboard
table bugs on crossfilter interactions after scrolling
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 one dot (or a handful) in the scatter to verify that table works:
- unselect it so the table resets to a large list
- scroll down in the table until more data is dynamically added
- now select any one dot again: the table is empty rather than showing the corresponding data
The table will react to large filters at this point (not sure if correctly, & most other filters are large hence why better to try with one dot), but it doesn't seem to fix more granular selections like this.
ps was really nice to produce this with the architecture and visualization apis, great work! (neat examples helped a tonne!)
Thanks Declan