10
A JS Noob’s Experience Learning D3.js

AJSNoob’sExperience LearningD3...Node-I-ink Tree Bullet Charts Reven ue profit Order Size Dendrogram Stacked Bars Treemap Calendar Vie'v,i Force-Directe( Graph Streamgraph Voronoi

  • Upload
    others

  • View
    0

  • Download
    0

Embed Size (px)

Citation preview

Page 1: AJSNoob’sExperience LearningD3...Node-I-ink Tree Bullet Charts Reven ue profit Order Size Dendrogram Stacked Bars Treemap Calendar Vie'v,i Force-Directe( Graph Streamgraph Voronoi

A  JS  Noob’s  Experience    Learning  D3.js

Page 2: AJSNoob’sExperience LearningD3...Node-I-ink Tree Bullet Charts Reven ue profit Order Size Dendrogram Stacked Bars Treemap Calendar Vie'v,i Force-Directe( Graph Streamgraph Voronoi

What  is  D3

D3.js  is  a  JavaScript  library  for  manipulating  documents  based  on  data.  D3  helps  you  bring  

data  to  life  using  HTML,  SVG,  and  CSS.    ~  d3js.org

The  de  facto  standard  for  interactive  data  visualization  on  the  web.

Page 3: AJSNoob’sExperience LearningD3...Node-I-ink Tree Bullet Charts Reven ue profit Order Size Dendrogram Stacked Bars Treemap Calendar Vie'v,i Force-Directe( Graph Streamgraph Voronoi

https://github.com/mbostock/d3/wiki/Gallery

Example  Visualizations

Page 4: AJSNoob’sExperience LearningD3...Node-I-ink Tree Bullet Charts Reven ue profit Order Size Dendrogram Stacked Bars Treemap Calendar Vie'v,i Force-Directe( Graph Streamgraph Voronoi

http://www.smashingmagazine.com/2012/02/web-­‐drawing-­‐throwdown-­‐paper-­‐processing-­‐raphael/

http://stackoverflow.com/questions/15219732/d3-­‐js-­‐vs-­‐raphael-­‐js

http://www.fastcompany.com/3029760/the-­‐five-­‐best-­‐libraries-­‐for-­‐building-­‐data-­‐vizualizations

"Let’s  face  it,  for  SVG-­‐based  data  visualization,  there  is  no  other  library  that  comes  even  close.”    

Moritz  Stefaner

D3  vs  Others

Page 5: AJSNoob’sExperience LearningD3...Node-I-ink Tree Bullet Charts Reven ue profit Order Size Dendrogram Stacked Bars Treemap Calendar Vie'v,i Force-Directe( Graph Streamgraph Voronoi

Why  D3  for  Me

Page 6: AJSNoob’sExperience LearningD3...Node-I-ink Tree Bullet Charts Reven ue profit Order Size Dendrogram Stacked Bars Treemap Calendar Vie'v,i Force-Directe( Graph Streamgraph Voronoi

Anatomy  of  Basic  D3  Data  Visualization  HTML,  CSS,  SVG,  JS

Page 7: AJSNoob’sExperience LearningD3...Node-I-ink Tree Bullet Charts Reven ue profit Order Size Dendrogram Stacked Bars Treemap Calendar Vie'v,i Force-Directe( Graph Streamgraph Voronoi

Reading  and  Binding  Data

Page 8: AJSNoob’sExperience LearningD3...Node-I-ink Tree Bullet Charts Reven ue profit Order Size Dendrogram Stacked Bars Treemap Calendar Vie'v,i Force-Directe( Graph Streamgraph Voronoi

Attributes

Page 9: AJSNoob’sExperience LearningD3...Node-I-ink Tree Bullet Charts Reven ue profit Order Size Dendrogram Stacked Bars Treemap Calendar Vie'v,i Force-Directe( Graph Streamgraph Voronoi

Scales

Page 10: AJSNoob’sExperience LearningD3...Node-I-ink Tree Bullet Charts Reven ue profit Order Size Dendrogram Stacked Bars Treemap Calendar Vie'v,i Force-Directe( Graph Streamgraph Voronoi

http://chimera.labs.oreilly.com/books/1230000000345

http://journalismcourses.org/

Resources