All examples By author By category About

emeeks

Ch. 11, Fig. 10 - D3.js in Action

This is the code for Chapter 11, Figure 10 from D3.js in Action which uses mixed mode rendering to improve network performance via drawing nodes with SVG while drawing edges with HTML5 Canvas. This allows you to maintain mouse events on your nodes while dramatically improving animation performance.