D3.js - Javascript Data Visualization

Introduction

D3.js (also known as D3, short for Data-Driven Documents) is a JavaScript library for producing dynamic, interactive data visualizations in web browsers. It makes use of Scalable Vector Graphics (SVG), HTML5, and Cascading Style Sheets (CSS) standards. Its development was noted in 2011, as version 2.0.0 was released in August 2011. With the release of version 4.0.0 in June 2016, D3 was changed from a single library into a collection of smaller, modular libraries that can be used independently.

--(Wikipedia 2023)

And as described by Observable. Inc. on the D3 homepage:

The JavaScript library for bespoke data visualization Create custom dynamic visualizations with unparalleled flexibility

--(D3.js by Observable 2023)

References

Web Links

Note Links