Just for fun, swirling circles.
Inspired from @mtaptich's block - 8f8c955a7bcaa3ac2b2f
Just for fun, swirling circles.
Inspired from @mtaptich's block - 8f8c955a7bcaa3ac2b2f
Scatter plot brushing.
Line chart with points hoover triggering updates of information box on the right.
Reusable scatter plot.
Circle Gradient with Linear scale
Circle Gradient
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<style> | |
body { | |
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
} | |
.stacked-chart-container { | |
position: relative; | |
} |
This is a Force-Directed Graph based on mbostock's example: http://bl.ocks.org/mbostock/4062045 The data in the graph was taken from http://snap.stanford.edu/data/p2p-Gnutella08.html and contains A sequence of snapshots of the Gnutella peer-to-peer file sharing network from August 2002.
The graph is showing only the first few hundred connections. That is why some of the points are left alone, because it is a partial picture of the data. The data was divided into ~10 groups of close by points. Each group is shown with different colors.
date | a_avg | b_avg | c_avg | d_avg | e_avg | |
---|---|---|---|---|---|---|
05 03 2014 | 37.5 | 26.25 | 53.75 | 50 | 55 | |
06 03 2014 | 12.5 | 15 | 18.75 | 25 | 32.5 | |
07 03 2014 | 26.25 | 22.5 | 37.5 | 31.25 | 40 | |
08 03 2014 | 11.25 | 10 | 8.75 | 10 | 17.5 | |
09 03 2014 | 60 | 41.25 | 47.5 | 27.5 | 60 | |
10 03 2014 | 77.5 | 65 | 83.75 | 63.75 | 97.5 | |
11 03 2014 | 65 | 42.5 | 68.75 | 57.5 | 75 | |
12 03 2014 | 61.25 | 33.75 | 50 | 53.75 | 80 | |
13 03 2014 | 13.75 | 10 | 11.25 | 7.5 | 15 |