D3 - Devtool (Browser)
About
developer tools in the context of D3 development
Articles Related
Example
Google Chrome’s developer tools.
The top regions inspect:
A - the document hierarchy and
B - inherited style properties; underneath,
C - the
console allows interactive evaluation of JavaScript.
D - The current document: an area chart.
E - The area chart modified through the
console
Documentation / Reference