Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 516 Bytes

File metadata and controls

26 lines (19 loc) · 516 Bytes

Discover the information within your data with d3.js | Daniela Mogini

D3

DOM manipulation: you can do everything you do in jQuery.

  • select, selectAll -> select elements from DOM
  • append

Link between data and DOM elements

  • data
  • enter

Array of data are handled natively

Svg elements

Scales

Quantitative scales: d3.scale.linear(), ordinal scales: d3.scale.ordinal() Methods for building each of them

Axis

d3.svg.axis() They adapt to fill the data

Colors

Transitions