D3.js icon
D3.js icon

D3.js

 83 likes

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.js screenshot 1

License model

  • FreeOpen Source

Application type

Platforms

  • Online
  • Self-Hosted
4 / 5 Avg rating (1)
83 likes
0comments
0 news articles

Features

Suggest and vote on features
  1.  Gantt-charts
  2.  Graphs
  3.  Data visualization
  4.  Charts

D3.js News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

  • bmoir liked D3.js
    3 months ago
  • App icon
    POX added D3.js as alternative to Squey
    3 months ago
  • POX added D3.js as alternative to faces.js
    9 months ago
Show all activities

D3.js information

  • Developed by

    Mike Bostock
  • Licensing

    Open Source and Free product.
  • Alternatives

    76 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

DevelopmentOffice & Productivity

Our users have written 0 comments and reviews about D3.js, and it has gotten 83 likes

D3.js was added to AlternativeTo by lony on Nov 3, 2011 and this page was last updated Oct 4, 2024.
No comments or reviews, maybe you want to be first?
Post comment/review

What is D3.js?

D3 allows you to bind arbitrary data to a Document Object Model (DOM), and then apply data-driven transformations to the document. For example, you can use D3 to generate an HTML table from an array of numbers. Or, use the same data to create an interactive SVG bar chart with smooth transitions and interaction.

D3 is not a monolithic framework that seeks to provide every conceivable feature. Instead, D3 solves the crux of the problem: efficient manipulation of documents based on data. This avoids proprietary representation and affords extraordinary flexibility, exposing the full capabilities of web standards such as HTML, SVG, and CSS. With minimal overhead, D3 is extremely fast, supporting large datasets and dynamic behaviors for interaction and animation. D3’s functional style allows code reuse through a diverse collection of components and plugins.