Skip to content

Instantly share code, notes, and snippets.

@GitNoise
GitNoise / spec.json
Created March 30, 2023 07:41
Line chart w. gradient
{
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
"description": "Google's stock price over time.",
"data": {
"url": "data/stocks.csv"
},
"transform": [
{
"filter": "datum.symbol==='GOOG'"
}
@GitNoise
GitNoise / spec.json
Created March 30, 2023 07:41
Line chart w. gradient
{
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
"description": "Google's stock price over time.",
"data": {
"url": "data/stocks.csv"
},
"transform": [
{
"filter": "datum.symbol==='GOOG'"
}
@GitNoise
GitNoise / .block
Last active June 16, 2020 07:57
Rough Radar Chart
height: 600
license: mit
@GitNoise
GitNoise / .block
Last active June 16, 2020 07:55
Rough skills plot
license: mit
@GitNoise
GitNoise / .block
Last active June 14, 2020 21:37
Handdrawn Waterman projection
license: mit
@GitNoise
GitNoise / .block
Last active June 14, 2020 20:54
Timeline with 2 streams and events
license: mit
@GitNoise
GitNoise / .block
Last active June 12, 2020 18:30
Radar Chart test
height: 600
license: mit
@GitNoise
GitNoise / .block
Last active May 11, 2020 09:56
Simple d3.js bar chart
license: mit
@GitNoise
GitNoise / .block
Last active April 6, 2020 14:30
2020/W4: Bridges for Prosperity - Rwanda
license: mit
@GitNoise
GitNoise / .block
Last active March 31, 2020 18:56
Persons of Concern StreamGraph by Origin
license: mit
border: no