Difference between revisions of "D3.js"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→External links) |
Karl Jones (Talk | contribs) (→External links) |
||
Line 30: | Line 30: | ||
* [https://github.com/d3/d3/wiki/Tutorials Tutorials] @ github.com | * [https://github.com/d3/d3/wiki/Tutorials Tutorials] @ github.com | ||
+ | * [http://bl.ocks.org/mbostock/3757119 Equirectangular (Plate Carrée)] @ bl.ocks.org | ||
+ | ** [http://www.maori.geek.nz/d3_js_geo_fun/ Drawing Maps with D3.js and Other Geographical Fun] | ||
* [http://hsilomedus.me/wp-content/uploads/javadayd3/index.html Visualize with D3.js] @ hsilomedus.me | * [http://hsilomedus.me/wp-content/uploads/javadayd3/index.html Visualize with D3.js] @ hsilomedus.me | ||
[[Category:Data visualization]] | [[Category:Data visualization]] | ||
[[Category:JavaScript libraries]] | [[Category:JavaScript libraries]] |
Revision as of 11:03, 22 May 2016
D3.js (or just D3 for Data-Driven Documents) is a JavaScript library for producing dynamic, interactive data visualizations in web browsers.
Description
It makes use of the widely implemented SVG, HTML5, and CSS standards.
D3.js is free software under the BSD License.
It is the successor to the earlier Protovis framework.
In contrast to many other libraries, D3.js allows great control over the final visual result.
Its development was noted in 2011, as version 2.0.0 was released in August 2011.
See also
Applications using D3.js
External links
- Official website @ d3js.org
- D3.js @ Wikipedia
Tutorials
- Tutorials @ github.com
- Equirectangular (Plate Carrée) @ bl.ocks.org
- Visualize with D3.js @ hsilomedus.me