Skip to content

Instantly share code, notes, and snippets.

@kmandov
kmandov / README.md
Created September 26, 2016 14:47
Visualizing stock data using horizon charts

Visualizing stock data using horizon charts. This example is based on Mike Bostock's cubism example.

Example demonstrating the use of D3 Horizon Chart.

@kmandov
kmandov / README.md
Last active September 26, 2016 12:27
Horizon charts preserve resolution at smaller heights

Horizon charts preserve resolution even at smaller heights.

Example demonstrating the use of D3 Horizon Chart.

@kmandov
kmandov / README.md
Last active September 26, 2016 11:36
Loosing resolution when using area chart

The data resolution is higher when the height of the area chart is bigger. Details are lost when the height of the chart decreases.

Example demonstrating the use of D3 Horizon Chart.

@kmandov
kmandov / README.md
Last active April 16, 2024 10:08
Drawing a single horizon chart
@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.