Difference between revisions of "D3.js"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→Tutorials) |
Kim Matthews (Talk | contribs) (→External links) |
||
Line 26: | Line 26: | ||
* [https://d3js.org/ Official website] @ d3js.org | * [https://d3js.org/ Official website] @ d3js.org | ||
* [https://en.wikipedia.org/wiki/D3.js D3.js] @ Wikipedia | * [https://en.wikipedia.org/wiki/D3.js D3.js] @ Wikipedia | ||
+ | |||
+ | === Examples === | ||
+ | |||
+ | * [https://github.com/d3/d3/wiki/Gallery Gallery of examples] @ github.com | ||
=== Tutorials === | === Tutorials === |
Revision as of 14:49, 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
Examples
- Gallery of examples @ github.com
Tutorials
- Tutorials @ github.com
- 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