Mike Bostock
- Events
- Transitions
- Easing: .ease('elastic')
Sorting of data in d3
bardata.sort( function compareNumbers(a, b) { return a-b; });
Grouping of svg elements
Use the g tag
SVG Axis
var vAxis = d3.svg.axis()
d3 Margins
Reading data from files
d3 Layouts
To get predefined color combinations
- d3.scale.category20c()
Layouts
- Pie Layout
- Force Layout