Understanding D3

18
Understanding D3.

Transcript of Understanding D3

Understanding D3.

“D3” stands for Data-Driven Documents.

What is D3 Not?

D3 is not

HIGHCHARTS

D3 is not

P5.JS

D3 is not

JQUERY

D3 is not

CARTO

D3 is not

REACT

D3.JS

D3 Version 4

D3 Documentation

https://github.com/d3/d3/blob/master/API.md

http://bl.ocks.org

RUNNING A SERVER LOCALLY

python -m SimpleHTTPServer

D3 SVG EXPORT

http://nytimes.github.io/svg-crowbar/

DATA

The data refers to the thing you want to visualize.

DOCUMENT

The document refers to its visual representation.

DOCUMENT

DOM elements, but usually SVG.

http://d3.workergnome.com