forked from mbostock's block: Sortable Table with Bars
A dendrogram is a node-link diagram that places leaf nodes of the tree at the same depth. In this example, the classes (leaf nodes) are aligned on the right edge, with the packages (internal nodes) to the left. Data shows the Flare class hierarchy, courtesy Jeff Heer.
Compare to this radial layout.
forked from mbostock's block: Cluster Dendrogram
forked from anonymous's block: Cluster Dendrogram
forked from zanarmstrong's block: comet chart (prototype)
forked from zanarmstrong's block: comet chart - input your own data
| <!DOCTYPE html> | |
| <meta charset="utf-8"> | |
| <style> | |
| path { | |
| fill: #ccc; | |
| stroke: #fff; | |
| } | |
| </style> |
| Event_id,cause_of_death,CartoDB_Cause_of_death,dataset,date,quarter,Date-month,Year,dead,missing,dead_and_missing,description,location,latitude,longitude,"latitude, longitude",Somme Dedoublement,name,route (Frontex),source,source_url | |
| ,asphyxiated,authorities related death,,2015-11-30T00:00:00Z,4Q2015,2015 -- 11,2015,2,0,2,Two cameroonian men died asphyxiated in a cave as Moroccan police burnt blankets in front of the cave,Fnideq,35.843,-5.397,"35.843, -5.397",,,Western Mediterranean route,France 24,https://web.archive.org/web/20151204142408/http://observers.france24.com/fr/20151203-migrants-morts-asphyxies-ceuta-bavure-forces-ordre-maroc-cameroun | |
| ,hit by a car,"violent accidental death (transport, blown in minefield...)",,2015-12-03T00:00:00Z,4Q2015,2015 -- 12,2015,1,0,1,A Sudanese 16 years old was hit by a car on a highway near Coquelles,Coquelles,50.92,1.78,"50.92, 1.78",,,,Codis,https://web.archive.org/web/20151204130702/http://www.nordlittoral.fr/accueil/un-migrant-est-mort-percute-par-une-camionnette-jeu |
D3 Bingo is meant to be a fun challenge to inspire you to explore parts of D3 (and engaging with the D3 community) that you might not have done yet... and to celebrate what you have done so far!
To play D3 Bingo, fork the gist for a blank Bingo Board on blockbuilder.
In the data.js file, add a URL for any projects that you have that fulfil a challenge. Then save. Your bingo card on bl.ocks will now show your completed squares. If you click on a square, it will open the URL for that project.
You can see my completed bingo card here as an example.
forked from zanarmstrong's block: D3 Bingo!
Draw a custom easing function in the white box on the left by clicking and dragging on it. When you let go the shapes on the right will be animated by converting the drawn path into an easing function with mojs and transitioned with d3.js
Built with blockbuilder.org
forked from enjalot's block: custom ease
D3 Bingo is meant to be a fun challenge to inspire you to explore parts of D3 (and engaging with the D3 community) that you might not have done yet... and to celebrate what you have done so far!
To play D3 Bingo, fork this gist on blockbuilder.
In the data.js file, add a URL for any projects that you have that fulfil a challenge. Then save. Your bingo card on bl.ocks will now show your completed squares. If you click on a square, it will open the URL for that project.
You can see my completed bingo card here as an example.
forked from zanarmstrong's block: Starting Points w/ Data