Skip to content

Session 3A: D3 v4 (modular)

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.

Resources

Outcomes

Clone this wiki locally