

D3.js
D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG, and CSS.
Features
- Gantt-charts
- Graphs
- Data visualization
- Charts
Tags
- charting
- infographics
- Javascript Libraries
D3.js News & Activities
Recent News
Recent activities
- limushi liked D3.js
POX added D3.js as alternative to Apache Echarts- PredatorQ liked D3.js
- KGerring liked D3.js
D3.js information
Featured in Lists
A list with 809 apps by AmileyaRyver without a description.
Data Science is more about learning concepts rather than software. These concepts include statistics, linear algebra, …
data analysis software
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.








