JSPM

d3

3.4.8
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5257247
  • Score
    100M100P100Q204128F

A small, free JavaScript library for manipulating documents based on data.

Package Exports

  • d3
  • d3/d3
  • d3/d3.min.js
  • d3/index
  • d3/src/end.js
  • d3/src/geo/mercator.js
  • d3/src/geo/path.js
  • d3/src/geo/projection.js
  • d3/src/geo/transform.js
  • d3/src/selection/append.js
  • d3/src/selection/attr.js
  • d3/src/selection/datum.js
  • d3/src/selection/select.js
  • d3/src/start.js
  • d3/src/xhr/json.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (d3) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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’s emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visualization components and a data-driven approach to DOM manipulation.

Want to learn more? See the wiki.

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