Difference between revisions of "D3"

From Help Wiki
(created)
 
(images)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[http://d3js.org/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.
+
[http://d3js.org/ 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.
 +
 
 +
=Images=
 +
<gallery>
 +
File:D3-bar-hierarchy.png|Bar Hierarchy
 +
File:D3-choropleth.png|Choropleth
 +
File:D3-circle-packing.png|Circle Packing
 +
File:D3-dendrogram.png|Dendrogram
 +
File:D3-force-directed-graph.png|Force Directed Graph
 +
File:D3-house-map.png|Geographic density
 +
File:D3-multi-series-line.png|Multi-series Line
 +
File:D3-parallel-coordinates.png|Parallel Coordinates
 +
File:D3-scatterplot-matrix.png|Scatterplot Matrix
 +
File:D3-stacked-area.png|Stacked Area
 +
File:D3-sunburst.png|Sunburst
 +
File:D3-voronoi-diagram.png|Voronoi Diagram
 +
</gallery>
  
 
[[Category:Free and Open Source]]
 
[[Category:Free and Open Source]]

Latest revision as of 17:55, 21 November 2012

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.

Images