项目作者: jayniehaka

项目描述 :
Sankey diagram of NZ flag referendum results
高级语言: JavaScript
项目地址: git://github.com/jayniehaka/nz-flag-referendum.git
创建时间: 2016-01-12T06:41:59Z
项目社区:https://github.com/jayniehaka/nz-flag-referendum

开源协议:

下载


New Zealand Flag Referendum Vote Count

This is a Sankey diagram of NZ flag referendum results. It can be viewed here: http://jayniehaka.github.io/nz-flag-referendum/

Each column represents a vote count. Flags are arranged vertically according to the number of votes at each count. Hover over the rectangles and the links to see how many votes were counted and transferred.

“Not counted” includes all informal, invalid and non-transferable votes. These have been lumped together for simplicity, but you can check out the source data for definitions and a full breakdown.

This diagram was made using the sankey.js plugin for D3, and the awesome tutorials by @d3noob.