- D3.js Quick Start Guide
- Matthew Huntington
- 45字
- 2021-07-16 17:36:38
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.
推薦閱讀