Skip to content

Instantly share code, notes, and snippets.

View aptidrive's full-sized avatar
💭
I may be slow to respond.

James Shuker aptidrive

💭
I may be slow to respond.
View GitHub Profile
@aptidrive
aptidrive / ice_cream.json
Created December 22, 2021 10:32
IxDF ice_cream-temp 22 2021
{
"datasets": {
"employeeData": [
{
"Temperature (Centigrade)": 14,
"Ice Cream Sales (US Dollars)": 170
},
{
"Temperature (Centigrade)": 18,
"Ice Cream Sales (US Dollars)": 230
@aptidrive
aptidrive / Legend_aria-label_test.vl.json
Created June 22, 2021 16:15
Vega-Lite legend aria-label description testing
{
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
"description": "A simple bar chart with embedded data.",
"data": {
"values": [
{"a": "A", "b": 28}, {"a": "B", "b": 55}, {"a": "C", "b": 43},
{"a": "D", "b": 91}, {"a": "E", "b": 81}, {"a": "F", "b": 53},
{"a": "G", "b": 19}, {"a": "H", "b": 87}, {"a": "I", "b": 52}
]
},