Difference between revisions of "D3.js"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→Examples @ d3.karljones.com) |
Karl Jones (Talk | contribs) (→Tutorials list @ github.com) |
||
(One intermediate revision by the same user not shown) | |||
Line 35: | Line 35: | ||
* [http://bl.ocks.org/NPashaP/f1e73faef87bee899b47 Conway's Game of Life for D3] - see [[Conway's Game of Life]] | * [http://bl.ocks.org/NPashaP/f1e73faef87bee899b47 Conway's Game of Life for D3] - see [[Conway's Game of Life]] | ||
− | == Examples @ d3.karljones.com == | + | === Examples @ d3.karljones.com === |
See [http://d3.karljones.com D3 home page] @ d3.karljones.com. | See [http://d3.karljones.com D3 home page] @ d3.karljones.com. | ||
Line 51: | Line 51: | ||
* [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:D3.js]] | ||
[[Category:Data visualization]] | [[Category:Data visualization]] | ||
[[Category:JavaScript libraries]] | [[Category:JavaScript libraries]] |
Latest revision as of 15:37, 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.
Contents
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
Gallery @ github.com
Gallery of examples @ github.com.
Individual items from the gallery:
Examples @ d3.karljones.com
See D3 home page @ d3.karljones.com.
Tutorials list @ github.com
Tutorials list @ github.com
Individual items from the list:
- D3 for Mere Mortals @ recursion.org
- Drawing a many-to-many relationship by Vijay Chakravarthy @ vijayrc.com
- Equirectangular (Plate Carrée) @ bl.ocks.org
- Visualize with D3.js @ hsilomedus.me