Table of Contents

About

developer tools in the context of D3 development

Example

Google Chrome’s developer tools.

Browser Devtool D3

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