What is D3.js?

An overview of the D3.js and its capabilities.

We'll cover the following...

What is D3.js?

Introduction

D3.js (hereafter abridged as D3) is “a JavaScript library for manipulating documents based on data.”

But that description doesn’t do it justice. D3 is all about helping us take information and make it more accessible to others via a web browser.

The benefits of D3

  • It’s a JavaScript library. That means that it’s a software tool that can ...