Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make webgl version of voronoi plot with improved interactivity #3

Open
cornhundred opened this issue Aug 1, 2019 · 0 comments
Open

Comments

@cornhundred
Copy link
Contributor

WebGL should be able to handle ~100,000 cells as voronoi plots (~10 triangles per region). This will give us the speed to zoom and change colors more quickly

We should also add two-way communication (e.g. to heatmap).

We need to be able to select regions of cells from the image and show them on the heatmap.

We need to load a pre-clustered heatmap - clustering ~100,000 cells every time the dashboard starts will be too slow. For now we can load the pre-clustered visualization JSON.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant