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

cut down d3 v4 to used modules (for maintainability and startup speed) #39

Open
bernhardreiter opened this issue Mar 24, 2017 · 0 comments

Comments

@bernhardreiter
Copy link
Member

D3 V4 ist modular, so instead of using the full import we can cut it down
https://github.com/d3/d3/blob/master/CHANGES.md

Value gained: better maintainablity because it is better understood what the code is supposed to do.
(maybe a bit of code reduction that needs to be loaded and executed, so could gain startup speed)

D3 is supposed to be used for chart in the Statistic view.

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