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

Deprecate usage of d3 for scatter plots #6

Open
nicbarker opened this issue Feb 1, 2018 · 0 comments
Open

Deprecate usage of d3 for scatter plots #6

nicbarker opened this issue Feb 1, 2018 · 0 comments
Assignees

Comments

@nicbarker
Copy link
Member

At the moment, using d3.js to render our scatter plots is very unperformant. It may be possible to use it just to render the axis (which is still very useful). We're actually rendering the points using canvas at the moment, but the point positions is still calculated using d3, and even calculating and iterating through the points without rendering them puts significant load on the cpu. I suspect that transitioning to a completely canvas based solution will give us the necessary speed.

@nicbarker nicbarker self-assigned this Feb 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant