You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sara Quigley edited this page Nov 21, 2015
·
14 revisions
D3-v4 (modular)
Notes
Version 3.4 is a major new release, and is not backward compatible with prior releases.
Why modules?
eliminate the parts you don't need for increased performance
smaller decoupled pieces that easier to understand -- lowers the barrier for people who want to learn or contribute to d3.
Components exist in separate repository in github. (d3 is now a github org.) Each module has its own readme with a real world example, plus the API reference for just that module.