Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 1.17 KB

README.md

File metadata and controls

19 lines (10 loc) · 1.17 KB

This is a version of D3 v3 modified to work in modern ES modules environments so that bundlers can include them without needing to divine which uses of this need to be replaced or not. Plotly.js uses this version of D3, which is why we have this.

Data-Driven Documents

D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG, and CSS. D3 emphasizes web standards and combines powerful visualization components with a data-driven approach to DOM manipulation, giving you the full capabilities of modern browsers without tying yourself to a proprietary framework.

Want to learn more? See the wiki.

For examples, see the gallery and mbostock’s bl.ocks.

Good News, Everyone!

The next major release of D3, 4.0, is coming! See the 4.0 development branch and read the new API reference to get ready.