R2D3 - LondonR

Download Report

Transcript R2D3 - LondonR

R2D3
James Thomson
@inspirationinf
myinspirationinformation.com
JSON
Employees
firstName
John
Anna
Peter
lastName
Doe
Smith
Jones
{"employees":[
{"firstName":"John", "lastName":"Doe"},
{"firstName":"Anna", "lastName":"Smith"},
{"firstName":"Peter", "lastName":"Jones"}
]}
R2D3 - DEMO
• http://d3js.org/
• https://github.com/mbostock/d3/wiki/Gallery
• http://www.coppelia.io/introducing-r2d3/
• https://github.com/jamesthomson/R2D3