D3.js Quick Start Guide
上QQ阅读APP看书,第一时间看更新

Making a basic scatter plot interactive

This chapter builds on the previous one, adding interactive functionality that allows you to do the following:

  • Create new points:

  • Remove points:

  • Update points:

  • Zoom and pan:

The completed code for this section can be found here: https://github.com/PacktPublishing/D3.js-Quick-Start-Guide/tree/master/Chapter04.