Moritz Heckmann
Moritz Heckmann
This is the vega-lite implementation for lasso selections. It is compatible with the current vega master branch.
[zoommark.webm](https://github.com/gosling-lang/gosling.js/assets/77104411/01255fbd-8bda-4850-a44d-78d116e57870) I am not sure if this intended or not. But it seems that the line mark is not working with semantic visibility. The relevant section in the spec is...
It seems that currently the debouncing of requests is solved on a per-fetcher basis, meaning that every fetcher needs to implement the same logic again. We did not understand this...
For certain tracks the performance is not good enough to ensure a smooth scrolling & panning experience. I think it is partly because the Pixi.js graphics object is cleared everytime...
It would be great if the API would let me control how scrollIntoView works and is used. **User story** Currently when the API for scrolling to a specific row index...
I created a LineUp ranking and displayed some data in it using the derived columns. After some timeout I cleared the ranking using `provider.getFirstRanking().clear()` to add other columns to the...
### mantine-react-table version 1.0.0 ### react & react-dom versions 18 ### Describe the bug and the steps to reproduce it 1. Override 'renderBottomToolbarCustomActions' 2. Add any custom action (for example...
Multiple versions of d3-selection can lead to problems. I think it would be beneficial if you would use the latest version of d3-selection (which is already 3 years old). The...