Skip to content

Instantly share code, notes, and snippets.

@kmandov
kmandov / README.md
Last active February 20, 2023 08:32 — forked from shimizu/README.md
MapboxGL & D3.js - polygon

Example demonstrating the use of d3 v4 and mapbox-gl-js

@kmandov
kmandov / README.md
Last active November 17, 2015 15:30 — forked from nitaku/README.md
Node-link circular layout: animated Sankey links

Another experiment improving the previous ones. As in this very old experiment, animation is used to convey the direction of links (see Holten et al. 2010 for a comparison of different techniques - animation being the best in our case).

The overlapping of links makes the diagram hard to read, so interaction is used to help the user: By hovering the mouse over a node, it is possible to focus on the links connected to it.