Skip to content

Instantly share code, notes, and snippets.

View bumbeishvili's full-sized avatar
🏠
Working from home

David Bumbeishvili bumbeishvili

🏠
Working from home
View GitHub Profile
@bumbeishvili
bumbeishvili / .block
Created May 22, 2018 11:36 — forked from tomshanley/.block
Sankey, with different end note link treatment
license: mit
@bumbeishvili
bumbeishvili / .block
Created May 22, 2018 11:35 — forked from tomshanley/.block
Network flow with happy path
license: mit
@bumbeishvili
bumbeishvili / .block
Created May 22, 2018 11:35 — forked from git-ashish/.block
Gooey Collision Detection
license: gpl-3.0
@bumbeishvili
bumbeishvili / .block
Created May 22, 2018 11:34 — forked from git-ashish/.block
Path Tween
license: gpl-3.0
@bumbeishvili
bumbeishvili / .block
Created May 22, 2018 11:34 — forked from git-ashish/.block
Shape Tweening
license: gpl-3.0
@bumbeishvili
bumbeishvili / README.md
Created May 10, 2018 14:33 — forked from RCura/README.md
circularbrush.filter

The earlier example of this brushable radial chart led to some feedback to make the filtering better. I introduced a #circularBrush.filter(array,accessor) that takes an array of data and and accessor for that data and returns to you the data that falls into the area of the brush. The functionality of this chart is no different than the other, but if you take a look at the code, it's much more efficient.

@bumbeishvili
bumbeishvili / .DS_Store
Created May 10, 2018 14:28
d3 | Parallel Coordinates
@bumbeishvili
bumbeishvili / README.md
Created May 5, 2018 12:50 — forked from vasturiano/README.md
Zoomable Sunburst with Labels

Adapted from Mike Bostock's Zoomable Sunburst to include arc labels.

Click on any arc to zoom in. Click on the center circle to zoom out. Click on canvas background to reset zoom.

@bumbeishvili
bumbeishvili / README.md
Created May 5, 2018 12:48 — forked from ganeshv/.block
Zoomable Treemap Template

Zoomable Treemap

Treemaps for visualizing hierarchical data. Click to zoom to the next level. Click on the top orange band to zoom out. Based on Mike Bostock's Zoomable Treemaps

This template follows pigshell's convention for "gist templates":

  • It is supplied data using postMessage(), as a single object of the form
@bumbeishvili
bumbeishvili / .block
Created April 27, 2018 10:47 — forked from Kcnarf/.block
d3-voronoi-map : same final partitioning on reload
license: mit