User:Jordan Tirrell/D3examples

From J Wiki
Jump to navigation Jump to search

Three D3 examples brought into J by Justin Tirrell (my brother).

http://mbostock.github.com/d3/ex/box.html
http://mbostock.github.com/d3/talk/20111018/tree.html
http://mbostock.github.com/d3/talk/20111018/choropleth.html

Download and unzip [1] to addons/graphics/d3

load 'graphics/d3'
d3heatmap makesampledata_d3heatmap_''
d3boxplot makesampledata_d3boxplot_''
d3treeview makesampledata_d3treeview_''
d3treeview_dir jpath'~user'