text
stringlengths
331
391k
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/seattle-weather.csv\"}, \"description\": \"Layered bar/line chart with dual axes\", \"encoding\": {\"x\": {\"field\": \"date\", \"timeUnit\": \"month\", \"type\": \"ordinal\"}}, \"layer\": [{\"encoding\": {\"y\": {\"aggregate\": \"mean\", \"axis\": {\"grid\": false}, \"field\": \"precipitation\", \"type\": \"quantitative\"}}, \"mark\": \"bar\"}, {\"encoding\": {\"color\": {\"value\": \"firebrick\"}, \"y\": {\"aggregate\": \"mean\", \"axis\": {\"grid\": false}, \"field\": \"temp_max\", \"scale\": {\"zero\": false}, \"type\": \"quantitative\"}}, \"mark\": \"line\"}], \"resolve\": {\"scale\": {\"y\": \"independent\"}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/seattle-weather.csv\"}, \"description\": \"Plot showing a 30 day rolling average with raw values in the background.\", \"height\": 300, \"layer\": [{\"encoding\": {\"x\": {\"axis\": {\"gridColor\": \"orange\", \"gridOpacity\": 0.8, \"zindex\": 1}, \"field\": \"date\", \"title\": \"Date\", \"type\": \"temporal\"}, \"y\": {\"field\": \"temp_max\", \"title\": \"Max Temperature\", \"type\": \"quantitative\"}}, \"mark\": {\"opacity\": 0.3, \"type\": \"point\"}}, {\"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"temporal\"}, \"y\": {\"field\": \"rolling_mean\", \"type\": \"quantitative\"}}, \"mark\": {\"color\": \"red\", \"size\": 3, \"type\": \"line\"}}], \"transform\": [{\"frame\": [-15, 15], \"window\": [{\"as\": \"rolling_mean\", \"field\": \"temp_max\", \"op\": \"mean\"}]}], \"width\": 400}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"config\": {\"axis\": {\"domainColor\": \"#ddd\", \"tickColor\": \"#ddd\"}}, \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/stocks.csv\"}, \"description\": \"Line chart with conditional axis ticks, labels, and grid.\", \"encoding\": {\"x\": {\"axis\": {\"gridDash\": {\"condition\": {\"test\": {\"equal\": 1, \"field\": \"value\", \"timeUnit\": \"month\"}, \"value\": []}, \"value\": [2, 2]}, \"labelAlign\": \"left\", \"labelExpr\": \"[timeFormat(datum.value, '%b'), timeFormat(datum.value, '%m') == '01' ? timeFormat(datum.value, '%Y') : '']\", \"labelOffset\": 4, \"labelPadding\": -24, \"tickCount\": 8, \"tickDash\": {\"condition\": {\"test\": {\"equal\": 1, \"field\": \"value\", \"timeUnit\": \"month\"}, \"value\": []}, \"value\": [2, 2]}, \"tickSize\": 30}, \"field\": \"date\", \"type\": \"temporal\"}, \"y\": {\"field\": \"price\", \"type\": \"quantitative\"}}, \"mark\": \"line\", \"transform\": [{\"filter\": \"datum.symbol === 'GOOG'\"}, {\"filter\": {\"field\": \"date\", \"range\": [2006, 2007], \"timeUnit\": \"year\"}}], \"width\": 400}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/stocks.csv\"}, \"description\": \"Google's stock price over time with point markers.\", \"encoding\": {\"x\": {\"axis\": {\"format\": \"%Y\"}, \"field\": \"date\", \"type\": \"temporal\"}, \"y\": {\"field\": \"price\", \"type\": \"quantitative\"}}, \"mark\": {\"color\": \"green\", \"point\": {\"color\": \"purple\"}, \"type\": \"line\"}, \"transform\": [{\"filter\": \"datum.symbol === 'GOOG'\"}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"config\": {\"view\": {\"stroke\": null}}, \"height\": 700, \"layer\": [{\"data\": {\"format\": {\"feature\": \"boroughs\", \"type\": \"topojson\"}, \"url\": \"https://vega.github.io/vega-lite/data/londonBoroughs.json\"}, \"encoding\": {\"color\": {\"field\": \"id\", \"legend\": null, \"scale\": {\"domain\": [\"Kingston upon Thames\", \"Croydon\", \"Bromley\", \"Hounslow\", \"Ealing\", \"Havering\", \"Hillingdon\", \"Harrow\", \"Brent\", \"Barnet\", \"Lambeth\", \"Southwark\", \"Lewisham\", \"Greenwich\", \"Bexley\", \"Enfield\", \"Waltham Forest\", \"Redbridge\", \"Sutton\", \"Richmond upon Thames\", \"Merton\", \"Wandsworth\", \"Hammersmith and Fulham\", \"Kensington and Chelsea\", \"Westminster\", \"Camden\", \"Tower Hamlets\", \"Islington\", \"Hackney\", \"Haringey\", \"Newham\", \"Barking and Dagenham\", \"City of London\"], \"range\": [\"#9db7b1\", \"#d4b4e5\", \"#afb9cb\", \"#b2add6\", \"#e2f8ca\", \"#a1bde6\", \"#e8aa95\", \"#8bd0eb\", \"#dfb89b\", \"#a2e7ed\", \"#e3aba7\", \"#86cbd1\", \"#ecb1c2\", \"#acd8ba\", \"#e4bad9\", \"#9bd6ca\", \"#cec9f3\", \"#c9d2a8\", \"#d1c1d9\", \"#ddcba2\", \"#a2acbd\", \"#deefd6\", \"#b5d7a7\", \"#f6d4c9\", \"#add4e0\", \"#d9b9ad\", \"#c6e1db\", \"#e0c7ce\", \"#a6b79f\", \"#cbd5e7\", \"#c2d2ba\", \"#ebe2cf\", \"#c7bfad\"]}, \"type\": \"nominal\"}, \"opacity\": {\"value\": 1}}, \"mark\": {\"stroke\": \"rgb(251,247,238)\", \"strokeWidth\": 2, \"type\": \"geoshape\"}}, {\"data\": {\"url\": \"https://vega.github.io/vega-lite/data/londonCentroids.json\"}, \"encoding\": {\"latitude\": {\"field\": \"cy\", \"type\": \"quantitative\"}, \"longitude\": {\"field\": \"cx\", \"type\": \"quantitative\"}, \"text\": {\"field\": \"bLabel\", \"type\": \"nominal\"}}, \"mark\": \"text\", \"transform\": [{\"as\": \"bLabel\", \"calculate\": \"indexof (datum.name,' ') > 0 ? substring(datum.name,0,indexof(datum.name, ' ')) : datum.name\"}]}], \"width\": 1200}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"config\": {\"title\": {\"font\": \"Roboto\", \"fontSize\": 28, \"fontWeight\": 300}, \"view\": {\"stroke\": null}}, \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/zipcodes.csv\"}, \"encoding\": {\"color\": {\"value\": \"#666\"}, \"detail\": {\"field\": \"conterminous\", \"type\": \"nominal\"}, \"latitude\": {\"field\": \"latitude\", \"type\": \"quantitative\"}, \"longitude\": {\"field\": \"longitude\", \"type\": \"quantitative\"}, \"order\": {\"field\": \"zip_code\", \"type\": \"quantitative\"}}, \"height\": 600, \"mark\": {\"interpolate\": \"monotone\", \"strokeWidth\": 0.2, \"type\": \"line\"}, \"projection\": {\"type\": \"albersUsa\"}, \"title\": \"US connected zip codes\", \"transform\": [{\"filter\": \"datum.latitude != '' && datum.county != 'Honolulu' && datum.state !='AS'&& datum.state !='FM'&& datum.state !='PW'&& datum.state !='MH'&& datum.state !='GU'&& datum.state !='MP'&& datum.state !='VI'&& datum.state !='PR'\"}, {\"as\": \"conterminous\", \"calculate\": \"datum.state == 'HI' ? 'hi' : (datum.state == 'AK' ? 'ak' : 'continent')\"}], \"width\": 1000}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"config\": {\"title\": {\"font\": \"Roboto\", \"fontSize\": 28, \"fontWeight\": 300}, \"view\": {\"stroke\": null}}, \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/zipcodes.csv\"}, \"encoding\": {\"color\": {\"field\": \"digit3\", \"legend\": null, \"type\": \"nominal\"}, \"detail\": {\"field\": \"ziplen\", \"type\": \"nominal\"}, \"latitude\": {\"field\": \"latitude\", \"type\": \"quantitative\"}, \"longitude\": {\"field\": \"longitude\", \"type\": \"quantitative\"}, \"order\": {\"field\": \"zip_code\", \"type\": \"quantitative\"}}, \"height\": 600, \"mark\": {\"interpolate\": \"monotone\", \"strokeWidth\": 0.2, \"type\": \"line\"}, \"projection\": {\"type\": \"albersUsa\"}, \"title\": \"US connected zip codes, coloured by first three digits\", \"transform\": [{\"filter\": \"datum.latitude != '' && datum.county != 'Honolulu' && datum.state !='AS'&& datum.state !='FM'&& datum.state !='PW'&& datum.state !='MH'&& datum.state !='GU'&& datum.state !='MP'&& datum.state !='VI'&& datum.state !='PR'\"}, {\"as\": \"digit3\", \"calculate\": \"substring(datum.zip_code, 0, 3)\"}, {\"as\": \"ziplen\", \"calculate\": \"length(datum.zip_code+' ')\"}], \"width\": 1000}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"format\": {\"feature\": \"countries1\", \"type\": \"topojson\"}, \"url\": \"https://gicentre.github.io/data/geoTutorials/world-110m.json\"}, \"height\": 300, \"mark\": {\"fill\": \"rgb(149,181,146)\", \"type\": \"geoshape\"}, \"projection\": {\"type\": \"orthographic\"}, \"width\": 300}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"height\": 300, \"layer\": [{\"data\": {\"sphere\": true}, \"mark\": {\"fill\": \"aliceblue\", \"type\": \"geoshape\"}}, {\"data\": {\"format\": {\"feature\": \"countries1\", \"type\": \"topojson\"}, \"url\": \"https://gicentre.github.io/data/geoTutorials/world-110m.json\"}, \"mark\": {\"fill\": \"rgb(149,181,146)\", \"type\": \"geoshape\"}}], \"projection\": {\"type\": \"orthographic\"}, \"width\": 300}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"height\": 300, \"layer\": [{\"data\": {\"format\": {\"feature\": \"countries1\", \"type\": \"topojson\"}, \"url\": \"https://gicentre.github.io/data/geoTutorials/world-110m.json\"}, \"mark\": {\"fill\": \"rgb(149,181,146)\", \"type\": \"geoshape\"}}, {\"data\": {\"graticule\": {\"stepMinor\": [5, 5]}}, \"mark\": {\"filled\": false, \"strokeWidth\": 0.3, \"type\": \"geoshape\"}}], \"projection\": {\"translate\": [0, 100], \"type\": \"orthographic\"}, \"width\": 300}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://gicentre.github.io/data/westMidlands/westMidsCrimesAggregated.tsv\"}, \"encoding\": {\"color\": {\"condition\": {\"field\": \"crimeType\", \"scale\": {\"domain\": [\"Anti-social behaviour\", \"Burglary\", \"Criminal damage and arson\", \"Drugs\", \"Robbery\", \"Vehicle crime\"], \"range\": [\"rgb(59,118,175)\", \"rgb(81,157,62)\", \"rgb(141,106,184)\", \"rgb(239,133,55)\", \"rgb(132,88,78)\", \"rgb(213,126,190)\"]}, \"selection\": \"mySelection\", \"type\": \"nominal\"}, \"value\": \"black\"}, \"opacity\": {\"condition\": {\"selection\": \"mySelection\", \"value\": 1}, \"value\": 0.1}, \"x\": {\"field\": \"month\", \"title\": null, \"type\": \"temporal\"}, \"y\": {\"field\": \"reportedCrimes\", \"title\": \"Reported crimes\", \"type\": \"quantitative\"}}, \"mark\": \"circle\", \"selection\": {\"mySelection\": {\"bind\": \"legend\", \"fields\": [\"crimeType\"], \"type\": \"single\"}}, \"width\": 540}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://gicentre.github.io/data/westMidlands/westMidsCrimesAggregated.tsv\"}, \"encoding\": {\"color\": {\"condition\": {\"field\": \"crimeType\", \"scale\": {\"domain\": [\"Anti-social behaviour\", \"Burglary\", \"Criminal damage and arson\", \"Drugs\", \"Robbery\", \"Vehicle crime\"], \"range\": [\"rgb(59,118,175)\", \"rgb(81,157,62)\", \"rgb(141,106,184)\", \"rgb(239,133,55)\", \"rgb(132,88,78)\", \"rgb(213,126,190)\"]}, \"selection\": \"mySelection\", \"type\": \"nominal\"}, \"value\": \"black\"}, \"opacity\": {\"condition\": {\"selection\": \"mySelection\", \"value\": 1}, \"value\": 0.1}, \"x\": {\"field\": \"month\", \"title\": null, \"type\": \"temporal\"}, \"y\": {\"field\": \"reportedCrimes\", \"title\": \"Reported crimes\", \"type\": \"quantitative\"}}, \"mark\": \"circle\", \"selection\": {\"mySelection\": {\"encodings\": [\"x\"], \"init\": {\"x\": [{\"year\": 2013}, {\"year\": 2015}]}, \"type\": \"interval\"}}, \"width\": 540}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://gicentre.github.io/data/westMidlands/westMidsCrimesAggregated.tsv\"}, \"encoding\": {\"color\": {\"condition\": {\"field\": \"crimeType\", \"scale\": {\"domain\": [\"Anti-social behaviour\", \"Burglary\", \"Criminal damage and arson\", \"Drugs\", \"Robbery\", \"Vehicle crime\"], \"range\": [\"rgb(59,118,175)\", \"rgb(81,157,62)\", \"rgb(141,106,184)\", \"rgb(239,133,55)\", \"rgb(132,88,78)\", \"rgb(213,126,190)\"]}, \"selection\": \"mySelection\", \"type\": \"nominal\"}, \"value\": \"black\"}, \"opacity\": {\"condition\": {\"selection\": \"mySelection\", \"value\": 1}, \"value\": 0.1}, \"x\": {\"field\": \"month\", \"title\": null, \"type\": \"temporal\"}, \"y\": {\"field\": \"reportedCrimes\", \"title\": \"Reported crimes\", \"type\": \"quantitative\"}}, \"mark\": \"circle\", \"selection\": {\"mySelection\": {\"init\": {\"x\": [{\"year\": 2013}, {\"year\": 2015}], \"y\": [4000, 8000]}, \"type\": \"interval\"}}, \"width\": 540}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://gicentre.github.io/data/westMidlands/westMidsCrimesAggregated.tsv\"}, \"encoding\": {\"color\": {\"condition\": {\"field\": \"crimeType\", \"scale\": {\"domain\": [\"Anti-social behaviour\", \"Burglary\", \"Criminal damage and arson\", \"Drugs\", \"Robbery\", \"Vehicle crime\"], \"range\": [\"rgb(59,118,175)\", \"rgb(81,157,62)\", \"rgb(141,106,184)\", \"rgb(239,133,55)\", \"rgb(132,88,78)\", \"rgb(213,126,190)\"]}, \"selection\": \"mySelection\", \"type\": \"nominal\"}, \"value\": \"black\"}, \"opacity\": {\"condition\": {\"selection\": \"mySelection\", \"value\": 1}, \"value\": 0.1}, \"x\": {\"field\": \"month\", \"title\": null, \"type\": \"temporal\"}, \"y\": {\"field\": \"reportedCrimes\", \"title\": \"Reported crimes\", \"type\": \"quantitative\"}}, \"mark\": \"circle\", \"selection\": {\"mySelection\": {\"init\": {\"y\": [4000, 8000]}, \"type\": \"interval\"}}, \"width\": 540}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://gicentre.github.io/data/westMidlands/westMidsCrimesAggregated.tsv\"}, \"encoding\": {\"color\": {\"condition\": {\"field\": \"crimeType\", \"scale\": {\"domain\": [\"Anti-social behaviour\", \"Burglary\", \"Criminal damage and arson\", \"Drugs\", \"Robbery\", \"Vehicle crime\"], \"range\": [\"rgb(59,118,175)\", \"rgb(81,157,62)\", \"rgb(141,106,184)\", \"rgb(239,133,55)\", \"rgb(132,88,78)\", \"rgb(213,126,190)\"]}, \"selection\": \"mySelection\", \"type\": \"nominal\"}, \"value\": \"black\"}, \"opacity\": {\"condition\": {\"selection\": \"mySelection\", \"value\": 1}, \"value\": 0.1}, \"x\": {\"field\": \"month\", \"title\": null, \"type\": \"temporal\"}, \"y\": {\"field\": \"reportedCrimes\", \"title\": \"Reported crimes\", \"type\": \"quantitative\"}}, \"mark\": \"line\", \"selection\": {\"mySelection\": {\"type\": \"single\"}}, \"width\": 540}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://gicentre.github.io/data/westMidlands/westMidsCrimesAggregated.tsv\"}, \"encoding\": {\"color\": {\"condition\": {\"field\": \"crimeType\", \"scale\": {\"domain\": [\"Anti-social behaviour\", \"Burglary\", \"Criminal damage and arson\", \"Drugs\", \"Robbery\", \"Vehicle crime\"], \"range\": [\"rgb(59,118,175)\", \"rgb(81,157,62)\", \"rgb(141,106,184)\", \"rgb(239,133,55)\", \"rgb(132,88,78)\", \"rgb(213,126,190)\"]}, \"selection\": \"mySelection\", \"type\": \"nominal\"}, \"value\": \"black\"}, \"opacity\": {\"condition\": {\"selection\": \"mySelection\", \"value\": 1}, \"value\": 0.1}, \"x\": {\"field\": \"month\", \"title\": null, \"type\": \"temporal\"}, \"y\": {\"field\": \"reportedCrimes\", \"title\": \"Reported crimes\", \"type\": \"quantitative\"}}, \"mark\": \"circle\", \"selection\": {\"mySelection\": {\"empty\": \"none\", \"encodings\": [\"x\"], \"type\": \"interval\"}}, \"width\": 540}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://gicentre.github.io/data/westMidlands/westMidsCrimesAggregated.tsv\"}, \"encoding\": {\"color\": {\"condition\": {\"field\": \"crimeType\", \"scale\": {\"domain\": [\"Anti-social behaviour\", \"Burglary\", \"Criminal damage and arson\", \"Drugs\", \"Robbery\", \"Vehicle crime\"], \"range\": [\"rgb(59,118,175)\", \"rgb(81,157,62)\", \"rgb(141,106,184)\", \"rgb(239,133,55)\", \"rgb(132,88,78)\", \"rgb(213,126,190)\"]}, \"selection\": \"mySelection\", \"type\": \"nominal\"}, \"value\": \"black\"}, \"opacity\": {\"condition\": {\"selection\": \"mySelection\", \"value\": 1}, \"value\": 0.1}, \"x\": {\"field\": \"month\", \"title\": null, \"type\": \"temporal\"}, \"y\": {\"field\": \"reportedCrimes\", \"title\": \"Reported crimes\", \"type\": \"quantitative\"}}, \"mark\": \"circle\", \"selection\": {\"mySelection\": {\"bind\": \"scales\", \"encodings\": [\"x\"], \"type\": \"interval\"}}, \"width\": 540}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://gicentre.github.io/data/westMidlands/westMidsCrimesAggregated.tsv\"}, \"encoding\": {\"color\": {\"condition\": {\"field\": \"crimeType\", \"scale\": {\"domain\": [\"Anti-social behaviour\", \"Burglary\", \"Criminal damage and arson\", \"Drugs\", \"Robbery\", \"Vehicle crime\"], \"range\": [\"rgb(59,118,175)\", \"rgb(81,157,62)\", \"rgb(141,106,184)\", \"rgb(239,133,55)\", \"rgb(132,88,78)\", \"rgb(213,126,190)\"]}, \"selection\": \"mySelection\", \"type\": \"nominal\"}, \"value\": \"black\"}, \"opacity\": {\"condition\": {\"selection\": \"mySelection\", \"value\": 1}, \"value\": 0.1}, \"x\": {\"field\": \"month\", \"title\": null, \"type\": \"temporal\"}, \"y\": {\"field\": \"reportedCrimes\", \"title\": \"Reported crimes\", \"type\": \"quantitative\"}}, \"mark\": \"circle\", \"selection\": {\"mySelection\": {\"bind\": \"scales\", \"type\": \"interval\"}}, \"width\": 540}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://gicentre.github.io/data/westMidlands/westMidsCrimesAggregated.tsv\"}, \"encoding\": {\"color\": {\"condition\": {\"field\": \"crimeType\", \"scale\": {\"domain\": [\"Anti-social behaviour\", \"Burglary\", \"Criminal damage and arson\", \"Drugs\", \"Robbery\", \"Vehicle crime\"], \"range\": [\"rgb(59,118,175)\", \"rgb(81,157,62)\", \"rgb(141,106,184)\", \"rgb(239,133,55)\", \"rgb(132,88,78)\", \"rgb(213,126,190)\"]}, \"selection\": \"mySelection\", \"type\": \"nominal\"}, \"value\": \"black\"}, \"opacity\": {\"condition\": {\"selection\": \"mySelection\", \"value\": 1}, \"value\": 0.1}, \"x\": {\"field\": \"month\", \"title\": null, \"type\": \"temporal\"}, \"y\": {\"field\": \"reportedCrimes\", \"title\": \"Reported crimes\", \"type\": \"quantitative\"}}, \"mark\": \"circle\", \"selection\": {\"mySelection\": {\"bind\": {\"crimeType\": {\"input\": \"radio\", \"name\": \" \", \"options\": [\"Anti-social behaviour\", \"Criminal damage and arson\", \"Drugs\", \"Robbery\", \"Vehicle crime\"]}}, \"fields\": [\"crimeType\"], \"nearest\": true, \"type\": \"single\"}}, \"width\": 540}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://gicentre.github.io/data/westMidlands/westMidsCrimesAggregated.tsv\"}, \"encoding\": {\"color\": {\"field\": \"crimeType\", \"scale\": {\"domain\": [\"Anti-social behaviour\", \"Burglary\", \"Criminal damage and arson\", \"Drugs\", \"Robbery\", \"Vehicle crime\"], \"range\": [\"rgb(59,118,175)\", \"rgb(81,157,62)\", \"rgb(141,106,184)\", \"rgb(239,133,55)\", \"rgb(132,88,78)\", \"rgb(213,126,190)\"]}, \"type\": \"nominal\"}, \"x\": {\"field\": \"month\", \"title\": null, \"type\": \"temporal\"}, \"y\": {\"field\": \"reportedCrimes\", \"title\": \"Reported crimes\", \"type\": \"quantitative\"}}, \"mark\": \"circle\", \"selection\": {\"maxSlider\": {\"bind\": {\"maxReported\": {\"input\": \"range\", \"max\": 14000, \"min\": 400, \"name\": \"Max\"}}, \"init\": {\"maxReported\": 14000}, \"type\": \"single\"}, \"minSlider\": {\"bind\": {\"minReported\": {\"input\": \"range\", \"max\": 12800, \"name\": \"Min\"}}, \"init\": {\"minReported\": 0}, \"type\": \"single\"}}, \"transform\": [{\"filter\": \"datum.reportedCrimes >= minSlider_minReported && maxSlider_maxReported >= datum.reportedCrimes\"}], \"width\": 540}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"config\": {\"legend\": {\"padding\": 30, \"rowPadding\": 15, \"strokeColor\": \"lightgrey\", \"strokeDash\": [4, 2, 6, 1], \"strokeWidth\": 5, \"symbolStrokeColor\": \"black\", \"symbolStrokeWidth\": 3, \"titlePadding\": 20}}, \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"encoding\": {\"color\": {\"field\": \"Origin\", \"type\": \"nominal\"}, \"opacity\": {\"field\": \"Weight_in_lbs\", \"type\": \"quantitative\"}, \"size\": {\"field\": \"Horsepower\", \"type\": \"quantitative\"}, \"x\": {\"field\": \"Horsepower\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}}, \"height\": 300, \"mark\": \"circle\", \"width\": 300}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"encoding\": {\"color\": {\"field\": \"Origin\", \"legend\": {\"padding\": 30, \"rowPadding\": 15, \"strokeColor\": \"lightgrey\", \"symbolStrokeColor\": \"black\", \"symbolStrokeWidth\": 3, \"titlePadding\": 20}, \"type\": \"nominal\"}, \"opacity\": {\"field\": \"Weight_in_lbs\", \"legend\": {\"padding\": 30, \"rowPadding\": 15, \"strokeColor\": \"lightgrey\", \"symbolStrokeColor\": \"black\", \"symbolStrokeWidth\": 3, \"titlePadding\": 20}, \"type\": \"quantitative\"}, \"size\": {\"field\": \"Horsepower\", \"legend\": {\"padding\": 30, \"rowPadding\": 15, \"strokeColor\": \"lightgrey\", \"symbolStrokeColor\": \"black\", \"symbolStrokeWidth\": 3, \"titlePadding\": 20}, \"type\": \"quantitative\"}, \"x\": {\"field\": \"Horsepower\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}}, \"height\": 300, \"mark\": \"circle\", \"width\": 300}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"encoding\": {\"color\": {\"field\": \"Origin\", \"legend\": {\"orient\": \"top\"}, \"type\": \"nominal\"}, \"opacity\": {\"field\": \"Weight_in_lbs\", \"legend\": {\"orient\": \"top\"}, \"type\": \"quantitative\"}, \"size\": {\"field\": \"Horsepower\", \"legend\": {\"orient\": \"top\"}, \"type\": \"quantitative\"}, \"x\": {\"field\": \"Horsepower\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}}, \"height\": 300, \"mark\": \"circle\", \"width\": 300}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"encoding\": {\"color\": {\"field\": \"Origin\", \"legend\": {\"orient\": \"top-right\"}, \"type\": \"nominal\"}, \"opacity\": {\"field\": \"Weight_in_lbs\", \"legend\": {\"orient\": \"top-right\"}, \"type\": \"quantitative\"}, \"size\": {\"field\": \"Horsepower\", \"legend\": {\"orient\": \"top-right\"}, \"type\": \"quantitative\"}, \"x\": {\"field\": \"Horsepower\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}}, \"height\": 300, \"mark\": \"circle\", \"width\": 300}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"encoding\": {\"color\": {\"field\": \"Origin\", \"legend\": {\"orient\": \"right\"}, \"type\": \"nominal\"}, \"opacity\": {\"field\": \"Weight_in_lbs\", \"legend\": {\"orient\": \"right\"}, \"type\": \"quantitative\"}, \"size\": {\"field\": \"Horsepower\", \"legend\": {\"orient\": \"right\"}, \"type\": \"quantitative\"}, \"x\": {\"field\": \"Horsepower\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}}, \"height\": 300, \"mark\": \"circle\", \"width\": 300}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"encoding\": {\"color\": {\"field\": \"Origin\", \"legend\": {\"orient\": \"bottom-right\"}, \"type\": \"nominal\"}, \"opacity\": {\"field\": \"Weight_in_lbs\", \"legend\": {\"orient\": \"bottom-right\"}, \"type\": \"quantitative\"}, \"size\": {\"field\": \"Horsepower\", \"legend\": {\"orient\": \"bottom-right\"}, \"type\": \"quantitative\"}, \"x\": {\"field\": \"Horsepower\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}}, \"height\": 300, \"mark\": \"circle\", \"width\": 300}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"encoding\": {\"color\": {\"field\": \"Origin\", \"legend\": {\"orient\": \"bottom\"}, \"type\": \"nominal\"}, \"opacity\": {\"field\": \"Weight_in_lbs\", \"legend\": {\"orient\": \"bottom\"}, \"type\": \"quantitative\"}, \"size\": {\"field\": \"Horsepower\", \"legend\": {\"orient\": \"bottom\"}, \"type\": \"quantitative\"}, \"x\": {\"field\": \"Horsepower\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}}, \"height\": 300, \"mark\": \"circle\", \"width\": 300}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"encoding\": {\"color\": {\"field\": \"Origin\", \"legend\": {\"orient\": \"bottom-left\"}, \"type\": \"nominal\"}, \"opacity\": {\"field\": \"Weight_in_lbs\", \"legend\": {\"orient\": \"bottom-left\"}, \"type\": \"quantitative\"}, \"size\": {\"field\": \"Horsepower\", \"legend\": {\"orient\": \"bottom-left\"}, \"type\": \"quantitative\"}, \"x\": {\"field\": \"Horsepower\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}}, \"height\": 300, \"mark\": \"circle\", \"width\": 300}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"encoding\": {\"color\": {\"field\": \"Origin\", \"legend\": {\"orient\": \"left\"}, \"type\": \"nominal\"}, \"opacity\": {\"field\": \"Weight_in_lbs\", \"legend\": {\"orient\": \"left\"}, \"type\": \"quantitative\"}, \"size\": {\"field\": \"Horsepower\", \"legend\": {\"orient\": \"left\"}, \"type\": \"quantitative\"}, \"x\": {\"field\": \"Horsepower\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}}, \"height\": 300, \"mark\": \"circle\", \"width\": 300}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"encoding\": {\"color\": {\"field\": \"Origin\", \"legend\": {\"orient\": \"top-left\"}, \"type\": \"nominal\"}, \"opacity\": {\"field\": \"Weight_in_lbs\", \"legend\": {\"orient\": \"top-left\"}, \"type\": \"quantitative\"}, \"size\": {\"field\": \"Horsepower\", \"legend\": {\"orient\": \"top-left\"}, \"type\": \"quantitative\"}, \"x\": {\"field\": \"Horsepower\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}}, \"height\": 300, \"mark\": \"circle\", \"width\": 300}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"values\": [{\"cat\": \"a\", \"val\": 1, \"x\": 10, \"y\": 1}, {\"cat\": \"b\", \"val\": 2, \"x\": 20, \"y\": 2}, {\"cat\": \"c\", \"val\": 3, \"x\": 30, \"y\": 3}, {\"cat\": \"d\", \"val\": 4, \"x\": 40, \"y\": 4}, {\"cat\": \"e\", \"val\": 5, \"x\": 50, \"y\": 5}, {\"cat\": \"f\", \"val\": 6, \"x\": 60, \"y\": 6}, {\"cat\": \"g\", \"val\": 7, \"x\": 70, \"y\": 7}, {\"cat\": \"h\", \"val\": 8, \"x\": 80, \"y\": 8}, {\"cat\": \"i\", \"val\": 9, \"x\": 90, \"y\": 9}, {\"cat\": \"j\", \"val\": 10, \"x\": 100, \"y\": 10}]}, \"encoding\": {\"color\": {\"field\": \"val\", \"type\": \"ordinal\"}, \"shape\": {\"field\": \"cat\", \"type\": \"nominal\"}, \"size\": {\"field\": \"val\", \"type\": \"quantitative\"}, \"x\": {\"field\": \"x\", \"scale\": null, \"type\": \"quantitative\"}, \"y\": {\"field\": \"y\", \"type\": \"quantitative\"}}, \"height\": 400, \"mark\": \"point\", \"width\": 400}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"values\": [{\"cat\": \"a\", \"val\": 1, \"x\": 10, \"y\": 1}, {\"cat\": \"b\", \"val\": 2, \"x\": 20, \"y\": 2}, {\"cat\": \"c\", \"val\": 3, \"x\": 30, \"y\": 3}, {\"cat\": \"d\", \"val\": 4, \"x\": 40, \"y\": 4}, {\"cat\": \"e\", \"val\": 5, \"x\": 50, \"y\": 5}, {\"cat\": \"f\", \"val\": 6, \"x\": 60, \"y\": 6}, {\"cat\": \"g\", \"val\": 7, \"x\": 70, \"y\": 7}, {\"cat\": \"h\", \"val\": 8, \"x\": 80, \"y\": 8}, {\"cat\": \"i\", \"val\": 9, \"x\": 90, \"y\": 9}, {\"cat\": \"j\", \"val\": 10, \"x\": 100, \"y\": 10}]}, \"encoding\": {\"color\": {\"field\": \"val\", \"type\": \"ordinal\"}, \"shape\": {\"field\": \"cat\", \"type\": \"nominal\"}, \"size\": {\"field\": \"val\", \"type\": \"quantitative\"}, \"x\": {\"field\": \"x\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"y\", \"scale\": null, \"type\": \"quantitative\"}}, \"height\": 400, \"mark\": \"point\", \"width\": 400}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"values\": [{\"cat\": \"a\", \"val\": 1, \"x\": 10, \"y\": 1}, {\"cat\": \"b\", \"val\": 2, \"x\": 20, \"y\": 2}, {\"cat\": \"c\", \"val\": 3, \"x\": 30, \"y\": 3}, {\"cat\": \"d\", \"val\": 4, \"x\": 40, \"y\": 4}, {\"cat\": \"e\", \"val\": 5, \"x\": 50, \"y\": 5}, {\"cat\": \"f\", \"val\": 6, \"x\": 60, \"y\": 6}, {\"cat\": \"g\", \"val\": 7, \"x\": 70, \"y\": 7}, {\"cat\": \"h\", \"val\": 8, \"x\": 80, \"y\": 8}, {\"cat\": \"i\", \"val\": 9, \"x\": 90, \"y\": 9}, {\"cat\": \"j\", \"val\": 10, \"x\": 100, \"y\": 10}]}, \"encoding\": {\"color\": {\"field\": \"val\", \"scale\": null, \"type\": \"ordinal\"}, \"shape\": {\"field\": \"cat\", \"type\": \"nominal\"}, \"size\": {\"field\": \"val\", \"type\": \"quantitative\"}, \"x\": {\"field\": \"x\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"y\", \"type\": \"quantitative\"}}, \"height\": 400, \"mark\": \"point\", \"width\": 400}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"values\": [{\"category\": \"A\", \"value\": -28.6}, {\"category\": \"B\", \"value\": -1.6}, {\"category\": \"C\", \"value\": -13.6}, {\"category\": \"D\", \"value\": 34.4}, {\"category\": \"E\", \"value\": 24.4}, {\"category\": \"F\", \"value\": -3.6}, {\"category\": \"G\", \"value\": -57.6}, {\"category\": \"H\", \"value\": 30.4}, {\"category\": \"I\", \"value\": -4.6}]}, \"encoding\": {\"color\": {\"field\": \"value\", \"scale\": {\"scheme\": \"redblue\"}, \"type\": \"quantitative\"}, \"x\": {\"axis\": {\"domain\": false, \"labelAngle\": 0, \"orient\": \"top\"}, \"field\": \"category\", \"type\": \"ordinal\"}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\"}}, \"mark\": \"bar\"}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"description\": \"Custom nominal shape with area of 10x10 pixel units.\", \"encoding\": {\"color\": {\"field\": \"Origin\", \"type\": \"nominal\"}, \"opacity\": {\"value\": 0.6}, \"shape\": {\"value\": \"M -5 -5 h 10 v 10 h -10z\"}, \"x\": {\"field\": \"Horsepower\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}}, \"mark\": {\"filled\": true, \"type\": \"point\"}, \"transform\": [{\"as\": \"YearOfManufacture\", \"calculate\": \"year(datum.Year)\"}, {\"filter\": \"datum.YearOfManufacture == 1970\"}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"description\": \"Custom shape sets encoding origin.\", \"encoding\": {\"opacity\": {\"value\": 0.6}, \"shape\": {\"field\": \"Origin\", \"scale\": {\"domain\": [\"Europe\", \"Japan\", \"USA\"], \"range\": [\"M -1.5 -1.5 h 3 v 3 h -3z\", \"M -1.5 -1.5 m1 0 h 1 v 1 h 1 v 1 h -1 v 1 h -1 v -1 h -1 v -1 h 1z\", \"M -1.5 -1.5 h 3 l -1.5 3z\"]}, \"type\": \"nominal\"}, \"x\": {\"field\": \"Horsepower\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}}, \"mark\": {\"filled\": true, \"type\": \"point\"}, \"transform\": [{\"as\": \"YearOfManufacture\", \"calculate\": \"year(datum.Year)\"}, {\"filter\": \"datum.YearOfManufacture == 1970\"}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"config\": {\"axis\": {\"disable\": true}, \"view\": {\"stroke\": null}}, \"data\": {\"values\": [{\"id\": 1}, {\"id\": 2}, {\"id\": 3}, {\"id\": 4}, {\"id\": 5}, {\"id\": 6}, {\"id\": 7}, {\"id\": 8}, {\"id\": 9}, {\"id\": 10}, {\"id\": 11}, {\"id\": 12}, {\"id\": 13}, {\"id\": 14}, {\"id\": 15}, {\"id\": 16}, {\"id\": 17}, {\"id\": 18}, {\"id\": 19}, {\"id\": 20}, {\"id\": 21}, {\"id\": 22}, {\"id\": 23}, {\"id\": 24}, {\"id\": 25}, {\"id\": 26}, {\"id\": 27}, {\"id\": 28}, {\"id\": 29}, {\"id\": 30}, {\"id\": 31}, {\"id\": 32}, {\"id\": 33}, {\"id\": 34}, {\"id\": 35}, {\"id\": 36}, {\"id\": 37}, {\"id\": 38}, {\"id\": 39}, {\"id\": 40}, {\"id\": 41}, {\"id\": 42}, {\"id\": 43}, {\"id\": 44}, {\"id\": 45}, {\"id\": 46}, {\"id\": 47}, {\"id\": 48}, {\"id\": 49}, {\"id\": 50}, {\"id\": 51}, {\"id\": 52}, {\"id\": 53}, {\"id\": 54}, {\"id\": 55}, {\"id\": 56}, {\"id\": 57}, {\"id\": 58}, {\"id\": 59}, {\"id\": 60}, {\"id\": 61}, {\"id\": 62}, {\"id\": 63}, {\"id\": 64}, {\"id\": 65}, {\"id\": 66}, {\"id\": 67}, {\"id\": 68}, {\"id\": 69}, {\"id\": 70}, {\"id\": 71}, {\"id\": 72}, {\"id\": 73}, {\"id\": 74}, {\"id\": 75}, {\"id\": 76}, {\"id\": 77}, {\"id\": 78}, {\"id\": 79}, {\"id\": 80}, {\"id\": 81}, {\"id\": 82}, {\"id\": 83}, {\"id\": 84}, {\"id\": 85}, {\"id\": 86}, {\"id\": 87}, {\"id\": 88}, {\"id\": 89}, {\"id\": 90}, {\"id\": 91}, {\"id\": 92}, {\"id\": 93}, {\"id\": 94}, {\"id\": 95}, {\"id\": 96}, {\"id\": 97}, {\"id\": 98}, {\"id\": 99}, {\"id\": 100}]}, \"encoding\": {\"color\": {\"condition\": {\"selection\": \"highlight\", \"value\": \"rgb(194,81,64)\"}, \"value\": \"rgb(167,165,156)\"}, \"shape\": {\"value\": \"M1.7 -1.7h-0.8c0.3 -0.2 0.6 -0.5 0.6 -0.9c0 -0.6 -0.4 -1 -1 -1c-0.6 0 -1 0.4 -1 1c0 0.4 0.2 0.7 0.6 0.9h-0.8c-0.4 0 -0.7 0.3 -0.7 0.6v1.9c0 0.3 0.3 0.6 0.6 0.6h0.2c0 0 0 0.1 0 0.1v1.9c0 0.3 0.2 0.6 0.3 0.6h1.3c0.2 0 0.3 -0.3 0.3 -0.6v-1.8c0 0 0 -0.1 0 -0.1h0.2c0.3 0 0.6 -0.3 0.6 -0.6v-2c0.2 -0.3 -0.1 -0.6 -0.4 -0.6z\"}, \"size\": {\"value\": 90}, \"x\": {\"field\": \"col\", \"type\": \"ordinal\"}, \"y\": {\"field\": \"row\", \"type\": \"ordinal\"}}, \"height\": 400, \"mark\": {\"filled\": true, \"type\": \"point\"}, \"selection\": {\"highlight\": {\"type\": \"interval\"}}, \"transform\": [{\"as\": \"col\", \"calculate\": \"ceil (datum.id/10)\"}, {\"as\": \"row\", \"calculate\": \"datum.id - datum.col*10\"}], \"width\": 400}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"description\": \"Sized, shaped and coloured by number of cylinders (should have two sets of legend items)\", \"encoding\": {\"color\": {\"field\": \"Origin\", \"type\": \"nominal\"}, \"opacity\": {\"value\": 0.6}, \"shape\": {\"field\": \"Cylinders\", \"type\": \"ordinal\"}, \"size\": {\"field\": \"Cylinders\", \"type\": \"ordinal\"}, \"x\": {\"field\": \"Horsepower\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}}, \"mark\": {\"filled\": true, \"type\": \"point\"}, \"transform\": [{\"as\": \"YearOfManufacture\", \"calculate\": \"year(datum.Year)\"}, {\"filter\": \"datum.YearOfManufacture == 1970\"}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"description\": \"square-unfilled\", \"encoding\": {\"opacity\": {\"value\": 0.6}, \"x\": {\"field\": \"Horsepower\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}}, \"mark\": {\"filled\": false, \"shape\": \"square\", \"type\": \"point\"}, \"transform\": [{\"as\": \"YearOfManufacture\", \"calculate\": \"year(datum.Year)\"}, {\"filter\": \"datum.YearOfManufacture == 1970\"}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"description\": \"cross-filled\", \"encoding\": {\"opacity\": {\"value\": 0.6}, \"x\": {\"field\": \"Horsepower\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}}, \"mark\": {\"filled\": true, \"shape\": \"cross\", \"type\": \"point\"}, \"transform\": [{\"as\": \"YearOfManufacture\", \"calculate\": \"year(datum.Year)\"}, {\"filter\": \"datum.YearOfManufacture == 1970\"}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"description\": \"diamond-unfilled\", \"encoding\": {\"opacity\": {\"value\": 0.6}, \"x\": {\"field\": \"Horsepower\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}}, \"mark\": {\"filled\": false, \"shape\": \"diamond\", \"type\": \"point\"}, \"transform\": [{\"as\": \"YearOfManufacture\", \"calculate\": \"year(datum.Year)\"}, {\"filter\": \"datum.YearOfManufacture == 1970\"}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"description\": \"triangle-unfilled\", \"encoding\": {\"opacity\": {\"value\": 0.6}, \"x\": {\"field\": \"Horsepower\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}}, \"mark\": {\"filled\": false, \"shape\": \"triangle\", \"type\": \"point\"}, \"transform\": [{\"as\": \"YearOfManufacture\", \"calculate\": \"year(datum.Year)\"}, {\"filter\": \"datum.YearOfManufacture == 1970\"}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"description\": \"stroke-unfilled\", \"encoding\": {\"opacity\": {\"value\": 0.6}, \"x\": {\"field\": \"Horsepower\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}}, \"mark\": {\"filled\": false, \"shape\": \"stroke\", \"type\": \"point\"}, \"transform\": [{\"as\": \"YearOfManufacture\", \"calculate\": \"year(datum.Year)\"}, {\"filter\": \"datum.YearOfManufacture == 1970\"}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"description\": \"arrow-filled\", \"encoding\": {\"opacity\": {\"value\": 0.6}, \"x\": {\"field\": \"Horsepower\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}}, \"mark\": {\"filled\": true, \"shape\": \"arrow\", \"type\": \"point\"}, \"transform\": [{\"as\": \"YearOfManufacture\", \"calculate\": \"year(datum.Year)\"}, {\"filter\": \"datum.YearOfManufacture == 1970\"}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"description\": \"wedge-unfilled\", \"encoding\": {\"opacity\": {\"value\": 0.6}, \"x\": {\"field\": \"Horsepower\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}}, \"mark\": {\"filled\": false, \"shape\": \"wedge\", \"type\": \"point\"}, \"transform\": [{\"as\": \"YearOfManufacture\", \"calculate\": \"year(datum.Year)\"}, {\"filter\": \"datum.YearOfManufacture == 1970\"}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"encoding\": {\"x\": {\"field\": \"Origin\", \"type\": \"nominal\"}, \"y\": {\"field\": \"Cylinders\", \"type\": \"ordinal\"}}, \"height\": 200, \"mark\": {\"cornerRadius\": 8, \"opacity\": 0.6, \"size\": 30, \"type\": \"rect\"}, \"width\": 200}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"encoding\": {\"x\": {\"field\": \"Origin\", \"type\": \"nominal\"}, \"y\": {\"field\": \"Cylinders\", \"type\": \"ordinal\"}}, \"height\": 200, \"mark\": {\"cornerRadiusTopLeft\": 8, \"opacity\": 0.6, \"size\": 30, \"type\": \"rect\"}, \"width\": 200}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"encoding\": {\"x\": {\"field\": \"Origin\", \"type\": \"nominal\"}, \"y\": {\"field\": \"Cylinders\", \"type\": \"ordinal\"}}, \"height\": 200, \"mark\": {\"cornerRadiusTopRight\": 8, \"opacity\": 0.6, \"size\": 30, \"type\": \"rect\"}, \"width\": 200}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"encoding\": {\"x\": {\"field\": \"Origin\", \"type\": \"nominal\"}, \"y\": {\"field\": \"Cylinders\", \"type\": \"ordinal\"}}, \"height\": 200, \"mark\": {\"cornerRadiusBottomLeft\": 8, \"opacity\": 0.6, \"size\": 30, \"type\": \"rect\"}, \"width\": 200}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"encoding\": {\"x\": {\"field\": \"Origin\", \"type\": \"nominal\"}, \"y\": {\"field\": \"Cylinders\", \"type\": \"ordinal\"}}, \"height\": 200, \"mark\": {\"cornerRadiusBottomRight\": 8, \"opacity\": 0.6, \"size\": 30, \"type\": \"rect\"}, \"width\": 200}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"encoding\": {\"x\": {\"field\": \"Origin\", \"type\": \"nominal\"}, \"y\": {\"field\": \"Cylinders\", \"type\": \"ordinal\"}}, \"height\": 200, \"mark\": {\"cornerRadius\": 16, \"cornerRadiusBottomLeft\": 0, \"cornerRadiusTopRight\": 0, \"opacity\": 0.6, \"size\": 30, \"type\": \"rect\"}, \"width\": 200}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"config\": {\"view\": {\"fill\": \"black\", \"step\": 10}}, \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/windvectors.csv\"}, \"encoding\": {\"angle\": {\"field\": \"dir\", \"scale\": {\"domain\": [0, 360], \"range\": [180, 540]}, \"type\": \"quantitative\"}, \"color\": {\"field\": \"dir\", \"legend\": null, \"scale\": {\"domain\": [0, 360], \"scheme\": \"rainbow\"}, \"type\": \"quantitative\"}, \"size\": {\"field\": \"speed\", \"type\": \"quantitative\"}, \"x\": {\"axis\": null, \"field\": \"longitude\", \"type\": \"ordinal\"}, \"y\": {\"axis\": null, \"field\": \"latitude\", \"type\": \"ordinal\"}}, \"mark\": {\"shape\": \"wedge\", \"type\": \"point\"}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"values\": [{\"Horsepower\": 1, \"Weight_in_lbs\": 19}, {\"Horsepower\": 5, \"Weight_in_lbs\": 21}, {\"Horsepower\": 2, \"Weight_in_lbs\": 58}, {\"Horsepower\": 3, \"Weight_in_lbs\": 12}, {\"Horsepower\": 4, \"Weight_in_lbs\": 13}]}, \"encoding\": {\"order\": {\"field\": \"Horsepower\", \"type\": \"ordinal\"}, \"x\": {\"field\": \"Horsepower\", \"sort\": \"ascending\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Horsepower\", \"type\": \"quantitative\"}}, \"height\": 300, \"mark\": {\"strokeWidth\": 0.5, \"type\": \"line\"}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"values\": [{\"a\": \"A\", \"b\": 28}, {\"a\": \"B\", \"b\": 55}, {\"a\": \"C\", \"b\": 43}, {\"a\": \"Z\", \"b\": 91}, {\"a\": \"Y\", \"b\": 81}, {\"a\": \"X\", \"b\": 53}]}, \"encoding\": {\"x\": {\"field\": \"a\", \"sort\": [\"B\", \"A\", \"C\"], \"type\": \"ordinal\"}, \"y\": {\"field\": \"b\", \"type\": \"quantitative\"}}, \"mark\": \"bar\"}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"values\": [{\"Horsepower\": 1, \"Weight_in_lbs\": 19}, {\"Horsepower\": 5, \"Weight_in_lbs\": 21}, {\"Horsepower\": 2, \"Weight_in_lbs\": 58}, {\"Horsepower\": 3, \"Weight_in_lbs\": 12}, {\"Horsepower\": 4, \"Weight_in_lbs\": 13}]}, \"encoding\": {\"order\": {\"field\": \"Horsepower\", \"type\": \"ordinal\"}, \"x\": {\"field\": \"Horsepower\", \"sort\": \"descending\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"Horsepower\", \"type\": \"quantitative\"}}, \"height\": 300, \"mark\": {\"strokeWidth\": 0.5, \"type\": \"line\"}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://gicentre.github.io/data/westMidlands/westMidsCrimesAggregated.tsv\"}, \"encoding\": {\"color\": {\"field\": \"crimeType\", \"legend\": null, \"type\": \"nominal\"}, \"column\": {\"field\": \"month\", \"header\": {\"format\": \"%b %y\", \"formatType\": \"time\"}, \"type\": \"temporal\"}, \"x\": {\"axis\": {\"title\": \"\"}, \"field\": \"crimeType\", \"type\": \"nominal\"}, \"y\": {\"aggregate\": \"sum\", \"field\": \"reportedCrimes\", \"type\": \"quantitative\"}}, \"mark\": \"bar\", \"transform\": [{\"filter\": \"datum.month >= '2016'\"}], \"width\": 100}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"values\": [{\"x\": 10, \"y\": 2}, {\"x\": 30, \"y\": 5}, {\"x\": 40, \"y\": 30}]}, \"encoding\": {\"text\": {\"value\": \"\\ud83d\\udc15\"}, \"x\": {\"field\": \"x\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"y\", \"type\": \"quantitative\"}}, \"height\": 100, \"mark\": \"text\", \"width\": 100}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"values\": [{\"date\": \"Sun, 01 Jan 2012 00:00:00\", \"distance\": 1}, {\"date\": \"Sun, 01 Jan 2012 00:01:00\", \"distance\": 1}, {\"date\": \"Sun, 01 Jan 2012 00:02:00\", \"distance\": 2}, {\"date\": \"Sun, 01 Jan 2012 00:03:00\", \"distance\": 1}, {\"date\": \"Sun, 01 Jan 2012 00:04:00\", \"distance\": 4}, {\"date\": \"Sun, 01 Jan 2012 00:05:00\", \"distance\": 2}, {\"date\": \"Sun, 01 Jan 2012 00:06:00\", \"distance\": 5}, {\"date\": \"Sun, 01 Jan 2012 00:07:00\", \"distance\": 2}, {\"date\": \"Sun, 01 Jan 2012 00:08:00\", \"distance\": 6}, {\"date\": \"Sun, 01 Jan 2012 00:09:00\", \"distance\": 4}, {\"date\": \"Sun, 01 Jan 2012 00:10:00\", \"distance\": 1}, {\"date\": \"Sun, 01 Jan 2012 00:11:00\", \"distance\": 1}, {\"date\": \"Sun, 01 Jan 2012 00:12:00\", \"distance\": 3}, {\"date\": \"Sun, 01 Jan 2012 00:13:00\", \"distance\": 0}, {\"date\": \"Sun, 01 Jan 2012 00:14:00\", \"distance\": 2}, {\"date\": \"Sun, 01 Jan 2012 00:15:00\", \"distance\": 3}]}, \"encoding\": {\"x\": {\"field\": \"date\", \"timeUnit\": {\"step\": 5, \"unit\": \"minutes\"}, \"type\": \"temporal\"}, \"y\": {\"aggregate\": \"sum\", \"field\": \"distance\", \"type\": \"quantitative\"}}, \"mark\": \"bar\"}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"format\": {\"parse\": {\"date\": \"date:'%d %b %Y %H:%M'\"}}, \"values\": [{\"date\": \"28 Oct 2017 22:00\", \"value\": 1}, {\"date\": \"28 Oct 2017 23:00\", \"value\": 2}, {\"date\": \"29 Oct 2017 00:00\", \"value\": 3}, {\"date\": \"29 Oct 2017 01:00\", \"value\": 4}, {\"date\": \"29 Oct 2017 02:00\", \"value\": 5}, {\"date\": \"29 Oct 2017 03:00\", \"value\": 6}, {\"date\": \"29 Oct 2017 04:00\", \"value\": 7}]}, \"encoding\": {\"size\": {\"value\": 500}, \"x\": {\"axis\": {\"format\": \"%d %b %H:%M\"}, \"field\": \"date\", \"scale\": {\"type\": \"time\"}, \"timeUnit\": \"yearmonthdatehours\", \"type\": \"temporal\"}, \"y\": {\"field\": \"value\", \"type\": \"quantitative\"}}, \"mark\": \"circle\", \"width\": 800}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"values\": [{\"date\": \"Sun, 02 Jan 2012 00:00:00\", \"price\": 150}, {\"date\": \"Sun, 02 Jan 2012 00:00:00\", \"price\": 100}, {\"date\": \"Sun, 02 Jan 2012 01:00:00\", \"price\": 170}, {\"date\": \"Sun, 02 Jan 2012 02:00:00\", \"price\": 165}, {\"date\": \"Sun, 02 Jan 2012 03:00:00\", \"price\": 200}]}, \"description\": \"Google's stock price over time.\", \"encoding\": {\"x\": {\"field\": \"date\", \"scale\": {\"type\": \"utc\"}, \"timeUnit\": \"yearmonthdatehoursminutes\", \"type\": \"temporal\"}, \"y\": {\"field\": \"price\", \"type\": \"quantitative\"}}, \"mark\": \"line\"}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"values\": [{\"date\": \"Sun, 01 Jan 2012 23:00:00\", \"price\": 150}, {\"date\": \"Sun, 02 Jan 2012 00:00:00\", \"price\": 100}, {\"date\": \"Sun, 02 Jan 2012 01:00:00\", \"price\": 170}, {\"date\": \"Sun, 02 Jan 2012 02:00:00\", \"price\": 165}, {\"date\": \"Sun, 02 Jan 2012 03:00:00\", \"price\": 200}]}, \"encoding\": {\"x\": {\"axis\": {\"labelAngle\": 15}, \"field\": \"date\", \"timeUnit\": \"utcyearmonthdatehoursminutes\", \"type\": \"temporal\"}, \"y\": {\"field\": \"price\", \"type\": \"quantitative\"}}, \"mark\": \"line\"}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://gicentre.github.io/data/tests/timeTest.tsv\"}, \"encoding\": {\"x\": {\"field\": \"date\", \"timeUnit\": \"date\", \"type\": \"temporal\"}, \"y\": {\"aggregate\": \"mean\", \"field\": \"temperature\", \"scale\": {\"zero\": false}, \"type\": \"quantitative\"}}, \"mark\": {\"strokeWidth\": 0.2, \"type\": \"line\"}, \"width\": 800}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://gicentre.github.io/data/tests/timeTest.tsv\"}, \"encoding\": {\"x\": {\"field\": \"date\", \"timeUnit\": \"day\", \"type\": \"temporal\"}, \"y\": {\"aggregate\": \"mean\", \"field\": \"temperature\", \"scale\": {\"zero\": false}, \"type\": \"quantitative\"}}, \"mark\": {\"strokeWidth\": 0.2, \"type\": \"line\"}, \"width\": 800}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://gicentre.github.io/data/tests/timeTest.tsv\"}, \"encoding\": {\"x\": {\"field\": \"date\", \"timeUnit\": \"hours\", \"type\": \"temporal\"}, \"y\": {\"aggregate\": \"mean\", \"field\": \"temperature\", \"scale\": {\"zero\": false}, \"type\": \"quantitative\"}}, \"mark\": {\"strokeWidth\": 0.2, \"type\": \"line\"}, \"width\": 800}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://gicentre.github.io/data/tests/timeTest.tsv\"}, \"encoding\": {\"x\": {\"field\": \"date\", \"timeUnit\": \"hoursminutes\", \"type\": \"temporal\"}, \"y\": {\"aggregate\": \"mean\", \"field\": \"temperature\", \"scale\": {\"zero\": false}, \"type\": \"quantitative\"}}, \"mark\": {\"strokeWidth\": 0.2, \"type\": \"line\"}, \"width\": 800}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://gicentre.github.io/data/tests/timeTest.tsv\"}, \"encoding\": {\"x\": {\"field\": \"date\", \"timeUnit\": \"hoursminutesseconds\", \"type\": \"temporal\"}, \"y\": {\"aggregate\": \"mean\", \"field\": \"temperature\", \"scale\": {\"zero\": false}, \"type\": \"quantitative\"}}, \"mark\": {\"strokeWidth\": 0.2, \"type\": \"line\"}, \"width\": 800}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://gicentre.github.io/data/tests/timeTest.tsv\"}, \"encoding\": {\"x\": {\"field\": \"date\", \"timeUnit\": \"minutes\", \"type\": \"temporal\"}, \"y\": {\"aggregate\": \"mean\", \"field\": \"temperature\", \"scale\": {\"zero\": false}, \"type\": \"quantitative\"}}, \"mark\": {\"strokeWidth\": 0.2, \"type\": \"line\"}, \"width\": 800}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://gicentre.github.io/data/tests/timeTest.tsv\"}, \"encoding\": {\"x\": {\"field\": \"date\", \"timeUnit\": \"minutesseconds\", \"type\": \"temporal\"}, \"y\": {\"aggregate\": \"mean\", \"field\": \"temperature\", \"scale\": {\"zero\": false}, \"type\": \"quantitative\"}}, \"mark\": {\"strokeWidth\": 0.2, \"type\": \"line\"}, \"width\": 800}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://gicentre.github.io/data/tests/timeTest.tsv\"}, \"encoding\": {\"x\": {\"field\": \"date\", \"timeUnit\": \"month\", \"type\": \"temporal\"}, \"y\": {\"aggregate\": \"mean\", \"field\": \"temperature\", \"scale\": {\"zero\": false}, \"type\": \"quantitative\"}}, \"mark\": {\"strokeWidth\": 0.2, \"type\": \"line\"}, \"width\": 800}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://gicentre.github.io/data/tests/timeTest.tsv\"}, \"encoding\": {\"x\": {\"field\": \"date\", \"timeUnit\": \"monthdate\", \"type\": \"temporal\"}, \"y\": {\"aggregate\": \"mean\", \"field\": \"temperature\", \"scale\": {\"zero\": false}, \"type\": \"quantitative\"}}, \"mark\": {\"strokeWidth\": 0.2, \"type\": \"line\"}, \"width\": 800}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://gicentre.github.io/data/tests/timeTest.tsv\"}, \"encoding\": {\"x\": {\"field\": \"date\", \"timeUnit\": \"quarter\", \"type\": \"temporal\"}, \"y\": {\"aggregate\": \"mean\", \"field\": \"temperature\", \"scale\": {\"zero\": false}, \"type\": \"quantitative\"}}, \"mark\": {\"strokeWidth\": 0.2, \"type\": \"line\"}, \"width\": 800}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/seattle-weather.csv\"}, \"encoding\": {\"x\": {\"axis\": {\"format\": \"%b\"}, \"field\": \"month\", \"type\": \"temporal\"}, \"y\": {\"aggregate\": \"max\", \"field\": \"temp_max\", \"type\": \"quantitative\"}}, \"mark\": \"line\", \"transform\": [{\"as\": \"month\", \"field\": \"date\", \"timeUnit\": \"month\"}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://gicentre.github.io/data/tests/timeTest.tsv\"}, \"encoding\": {\"x\": {\"field\": \"date\", \"timeUnit\": \"year\", \"type\": \"temporal\"}, \"y\": {\"aggregate\": \"mean\", \"field\": \"temperature\", \"scale\": {\"zero\": false}, \"type\": \"quantitative\"}}, \"mark\": {\"strokeWidth\": 0.2, \"type\": \"line\"}, \"width\": 800}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://gicentre.github.io/data/tests/timeTest.tsv\"}, \"encoding\": {\"x\": {\"field\": \"date\", \"timeUnit\": \"yearmonthdatehours\", \"type\": \"temporal\"}, \"y\": {\"aggregate\": \"mean\", \"field\": \"temperature\", \"scale\": {\"zero\": false}, \"type\": \"quantitative\"}}, \"mark\": {\"strokeWidth\": 0.2, \"type\": \"line\"}, \"width\": 800}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://gicentre.github.io/data/tests/timeTest.tsv\"}, \"encoding\": {\"x\": {\"field\": \"date\", \"timeUnit\": \"yearmonthdatehoursminutes\", \"type\": \"temporal\"}, \"y\": {\"aggregate\": \"mean\", \"field\": \"temperature\", \"scale\": {\"zero\": false}, \"type\": \"quantitative\"}}, \"mark\": {\"strokeWidth\": 0.2, \"type\": \"line\"}, \"width\": 800}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/driving.json\"}, \"encoding\": {\"size\": {\"field\": \"year\", \"legend\": null, \"type\": \"temporal\"}, \"x\": {\"field\": \"miles\", \"scale\": {\"zero\": false}, \"type\": \"quantitative\"}, \"y\": {\"field\": \"gas\", \"scale\": {\"zero\": false}, \"type\": \"quantitative\"}}, \"mark\": {\"order\": false, \"type\": \"trail\"}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"values\": [{\"xs\": \"A\", \"ys\": 1}, {\"xs\": \"A\", \"ys\": 2}, {\"xs\": \"B\", \"ys\": 2}, {\"xs\": \"A\", \"ys\": 2}, {\"xs\": \"B\", \"ys\": 3}, {\"xs\": \"B\", \"ys\": 2}, {\"xs\": \"C\", \"ys\": 4}, {\"xs\": \"C\", \"ys\": 8}]}, \"encoding\": {\"x\": {\"axis\": {\"labelAngle\": 0, \"title\": \"X\"}, \"field\": \"xs\", \"type\": \"ordinal\"}}, \"layer\": [{\"encoding\": {\"y\": {\"aggregate\": \"sum\", \"axis\": {\"title\": \"Y\"}, \"field\": \"ys\", \"type\": \"quantitative\"}}, \"mark\": {\"stroke\": \"black\", \"type\": \"bar\"}}, {\"encoding\": {\"y\": {\"aggregate\": \"product\", \"axis\": {\"title\": \"Y\"}, \"field\": \"ys\", \"type\": \"quantitative\"}}, \"mark\": {\"color\": \"brown\", \"type\": \"line\"}}, {\"encoding\": {\"y\": {\"aggregate\": \"max\", \"axis\": {\"title\": \"Y\"}, \"field\": \"ys\", \"type\": \"quantitative\"}}, \"mark\": {\"color\": \"orange\", \"type\": \"point\"}}, {\"encoding\": {\"y\": {\"aggregate\": \"distinct\", \"axis\": {\"title\": \"Y\"}, \"field\": \"ys\", \"type\": \"quantitative\"}}, \"mark\": {\"color\": \"cyan\", \"type\": \"square\"}}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"values\": [{\"A\": 0, \"B\": 28, \"C\": 0}, {\"A\": 0, \"B\": 91, \"C\": 1}, {\"A\": 1, \"B\": 43, \"C\": 0}, {\"A\": 1, \"B\": 55, \"C\": 1}, {\"A\": 2, \"B\": 81, \"C\": 0}, {\"A\": 2, \"B\": 53, \"C\": 1}, {\"A\": 3, \"B\": 19, \"C\": 0}]}, \"encoding\": {\"color\": {\"field\": \"c\", \"type\": \"nominal\"}, \"x\": {\"field\": \"a\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"b\", \"type\": \"quantitative\"}}, \"mark\": {\"strokeDash\": [5, 10, 5], \"strokeOpacity\": 0.5, \"strokeWidth\": 2, \"type\": \"line\"}, \"transform\": [{\"as\": \"a\", \"calculate\": \"datum.A\"}, {\"as\": \"b\", \"calculate\": \"datum.B\"}, {\"as\": \"c\", \"calculate\": \"datum.C\"}, {\"frame\": [-2, 2], \"groupby\": [\"c\"], \"impute\": \"b\", \"key\": \"a\", \"method\": \"mean\"}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"format\": {\"feature\": \"counties\", \"type\": \"topojson\"}, \"url\": \"https://vega.github.io/vega-lite/data/us-10m.json\"}, \"encoding\": {\"color\": {\"field\": \"rate\", \"scale\": {\"scheme\": {\"count\": 10, \"name\": \"category10\"}, \"type\": \"quantize\"}, \"type\": \"quantitative\"}}, \"height\": 300, \"mark\": \"geoshape\", \"projection\": {\"type\": \"albersUsa\"}, \"transform\": [{\"as\": \"countyID\", \"calculate\": \"datum.id\"}, {\"from\": {\"data\": {\"url\": \"https://vega.github.io/vega-lite/data/unemployment.tsv\"}, \"fields\": [\"rate\"], \"key\": \"id\"}, \"lookup\": \"countyID\"}], \"width\": 500}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"values\": [{\"city\": \"Bristol\", \"temp\": 12, \"year\": 2017}, {\"city\": \"Bristol\", \"temp\": 14, \"year\": 2018}, {\"city\": \"Sheffield\", \"temp\": 11, \"year\": 2017}, {\"city\": \"Sheffield\", \"temp\": 13, \"year\": 2018}, {\"city\": \"Glasgow\", \"temp\": 7, \"year\": 2017}, {\"city\": \"Glasgow\", \"temp\": 10, \"year\": 2018}]}, \"encoding\": {\"x\": {\"field\": \"2017\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"City\", \"type\": \"nominal\"}}, \"mark\": \"circle\", \"transform\": [{\"as\": \"Year\", \"calculate\": \"datum.year\"}, {\"as\": \"City\", \"calculate\": \"datum.city\"}, {\"as\": \"Temperature\", \"calculate\": \"datum.temp\"}, {\"groupby\": [\"City\"], \"pivot\": \"Year\", \"value\": \"Temperature\"}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/normal-2d.json\"}, \"hconcat\": [{\"encoding\": {\"x\": {\"field\": \"unif\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"v\", \"type\": \"quantitative\"}}, \"mark\": \"point\"}, {\"encoding\": {\"x\": {\"field\": \"norm\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"v\", \"type\": \"quantitative\"}}, \"mark\": \"point\"}], \"transform\": [{\"as\": [\"p\", \"v\"], \"quantile\": \"u\", \"step\": 0.01}, {\"as\": \"unif\", \"calculate\": \"quantileUniform(datum.p)\"}, {\"as\": \"norm\", \"calculate\": \"quantileNormal(datum.p)\"}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"config\": {\"header\": {}}, \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/population.json\"}, \"encoding\": {\"color\": {\"field\": \"gender\", \"scale\": {\"range\": [\"#CC9933\", \"#3399CC\"]}, \"type\": \"nominal\"}, \"column\": {\"field\": \"gender\", \"header\": {\"orient\": \"bottom\"}, \"spacing\": 0, \"type\": \"nominal\"}, \"x\": {\"field\": \"age\", \"type\": \"ordinal\"}, \"y\": {\"aggregate\": \"sum\", \"axis\": {\"title\": \"Population\"}, \"field\": \"people\", \"type\": \"quantitative\"}}, \"mark\": \"bar\", \"transform\": [{\"filter\": \"datum.year == 2000\"}, {\"as\": \"gender\", \"calculate\": \"datum.sex == 2 ? 'Female' : 'Male'\"}], \"width\": {\"step\": 17}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"config\": {\"header\": {}}, \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/population.json\"}, \"encoding\": {\"color\": {\"field\": \"gender\", \"scale\": {\"range\": [\"#CC9933\", \"#3399CC\"]}, \"type\": \"nominal\"}, \"column\": {\"field\": \"gender\", \"header\": {\"orient\": \"right\"}, \"spacing\": 0, \"type\": \"nominal\"}, \"x\": {\"field\": \"age\", \"type\": \"ordinal\"}, \"y\": {\"aggregate\": \"sum\", \"axis\": {\"title\": \"Population\"}, \"field\": \"people\", \"type\": \"quantitative\"}}, \"mark\": \"bar\", \"transform\": [{\"filter\": \"datum.year == 2000\"}, {\"as\": \"gender\", \"calculate\": \"datum.sex == 2 ? 'Female' : 'Male'\"}], \"width\": {\"step\": 17}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"values\": [{\"matchday\": 1, \"point\": 3, \"team\": \"Man Utd\"}, {\"matchday\": 1, \"point\": 1, \"team\": \"Chelsea\"}, {\"matchday\": 1, \"point\": 1, \"team\": \"Man City\"}, {\"matchday\": 1, \"point\": 0, \"team\": \"Spurs\"}, {\"matchday\": 2, \"point\": 6, \"team\": \"Man Utd\"}, {\"matchday\": 2, \"point\": 1, \"team\": \"Chelsea\"}, {\"matchday\": 2, \"point\": 0, \"team\": \"Man City\"}, {\"matchday\": 2, \"point\": 3, \"team\": \"Spurs\"}, {\"matchday\": 3, \"point\": 9, \"team\": \"Man Utd\"}, {\"matchday\": 3, \"point\": 1, \"team\": \"Chelsea\"}, {\"matchday\": 3, \"point\": 0, \"team\": \"Man City\"}, {\"matchday\": 3, \"point\": 6, \"team\": \"Spurs\"}]}, \"encoding\": {\"color\": {\"field\": \"team\", \"scale\": {\"domain\": [\"Man Utd\", \"Chelsea\", \"Man City\", \"Spurs\"], \"range\": [\"#cc2613\", \"#125dc7\", \"#8bcdfc\", \"#d1d1d1\"]}, \"type\": \"nominal\"}, \"x\": {\"field\": \"matchday\", \"type\": \"ordinal\"}, \"y\": {\"field\": \"rank\", \"type\": \"ordinal\"}}, \"height\": 400, \"mark\": {\"orient\": \"vertical\", \"type\": \"line\"}, \"transform\": [{\"groupby\": [\"matchday\"], \"sort\": [{\"field\": \"point\", \"order\": \"descending\"}], \"window\": [{\"as\": \"rank\", \"op\": \"rank\"}]}], \"width\": 400}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"values\": [{\"score\": 100, \"student\": \"A\"}, {\"score\": 56, \"student\": \"B\"}, {\"score\": 88, \"student\": \"C\"}, {\"score\": 65, \"student\": \"D\"}, {\"score\": 45, \"student\": \"E\"}, {\"score\": 23, \"student\": \"F\"}, {\"score\": 66, \"student\": \"G\"}, {\"score\": 67, \"student\": \"H\"}, {\"score\": 13, \"student\": \"I\"}, {\"score\": 12, \"student\": \"J\"}, {\"score\": 50, \"student\": \"K\"}, {\"score\": 78, \"student\": \"L\"}, {\"score\": 66, \"student\": \"M\"}, {\"score\": 30, \"student\": \"N\"}, {\"score\": 97, \"student\": \"O\"}, {\"score\": 75, \"student\": \"P\"}, {\"score\": 24, \"student\": \"Q\"}, {\"score\": 42, \"student\": \"R\"}, {\"score\": 76, \"student\": \"S\"}, {\"score\": 78, \"student\": \"T\"}, {\"score\": 21, \"student\": \"U\"}, {\"score\": 46, \"student\": \"V\"}]}, \"encoding\": {\"x\": {\"field\": \"score\", \"type\": \"quantitative\"}, \"y\": {\"field\": \"student\", \"sort\": {\"field\": \"score\", \"op\": \"mean\", \"order\": \"descending\"}, \"type\": \"nominal\"}}, \"mark\": \"bar\", \"transform\": [{\"sort\": [{\"field\": \"score\", \"order\": \"descending\"}], \"window\": [{\"as\": \"rank\", \"op\": \"rank\"}]}, {\"filter\": \"datum.rank <= 5\"}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"data\": {\"url\": \"https://vega.github.io/vega-lite/data/cars.json\"}, \"height\": 400, \"layer\": [{\"encoding\": {\"x\": {\"field\": \"Year\", \"timeUnit\": \"year\", \"type\": \"temporal\"}, \"y\": {\"field\": \"Miles_per_Gallon\", \"type\": \"quantitative\"}}, \"mark\": \"circle\"}, {\"encoding\": {\"x\": {\"field\": \"Year\", \"timeUnit\": \"year\", \"type\": \"temporal\"}, \"y\": {\"axis\": {\"title\": \"Miles per gallon\"}, \"field\": \"Average_MPG\", \"type\": \"quantitative\"}}, \"mark\": {\"color\": \"red\", \"type\": \"line\"}}], \"transform\": [{\"filter\": \"datum.Miles_per_Gallon !== null\"}, {\"as\": \"year\", \"field\": \"Year\", \"timeUnit\": \"year\"}, {\"frame\": [null, 0], \"ignorePeers\": false, \"sort\": [{\"field\": \"year\", \"order\": \"ascending\"}], \"window\": [{\"as\": \"Average_MPG\", \"field\": \"Miles_per_Gallon\", \"op\": \"mean\"}]}], \"width\": 500}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"usermeta\": {\"embedOptions\": {\"actions\": false}}, \"description\": \"\", \"data\": {\"url\": \"https://osm.codes/_sql/stats_donors_prospection\"}, \"transform\": [{\"filter\": \"datum.donor_status > 0\"}], \"background\": \"transparent\", \"encoding\": {\"y\": {\"field\": \"donor_status\", \"type\": \"nominal\", \"title\": \"donor_status\"}, \"x\": {\"field\": \"accumulated_amount\", \"type\": \"quantitative\", \"scale\": {\"domain\": [0, 150]}, \"title\": \"number of donors\"}, \"tooltip\": [{\"field\": \"accumulated_amount\", \"type\": \"quantitative\"}], \"color\": {\"value\": \"#ff9900\"}}, \"layer\": [{\"mark\": {\"type\": \"bar\"}}, {\"mark\": {\"type\": \"text\", \"align\": \"left\", \"baseline\": \"middle\", \"dx\": 3}, \"encoding\": {\"text\": {\"field\": \"accumulated_amount\", \"type\": \"quantitative\"}}}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"usermeta\": {\"embedOptions\": {\"actions\": false}}, \"description\": \"\", \"data\": {\"url\": \"https://osm.codes/_sql/stats_donated_packcomponent_classgrouped\"}, \"background\": \"transparent\", \"encoding\": {\"y\": {\"field\": \"ftname_class\", \"type\": \"nominal\", \"title\": \"Layer\"}, \"x\": {\"field\": \"amount\", \"type\": \"quantitative\", \"title\": \"Packages\"}, \"tooltip\": [{\"field\": \"amount\", \"type\": \"quantitative\"}]}, \"layer\": [{\"mark\": \"bar\"}, {\"mark\": {\"type\": \"text\", \"align\": \"left\", \"baseline\": \"middle\", \"dx\": 3}, \"encoding\": {\"text\": {\"field\": \"amount\", \"type\": \"quantitative\"}}}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"usermeta\": {\"embedOptions\": {\"actions\": false}}, \"description\": \"\", \"data\": {\"url\": \"https://osm.codes/_sql/stats_donated_packcomponent\"}, \"background\": \"transparent\", \"encoding\": {\"y\": {\"field\": \"ftname_class\", \"type\": \"nominal\", \"title\": \"Layer\"}, \"x\": {\"aggregate\": \"count\", \"field\": \"ftname_class\", \"type\": \"quantitative\", \"title\": \"Packages\"}, \"tooltip\": [{\"aggregate\": \"count\", \"field\": \"ftname_class\", \"type\": \"quantitative\"}]}, \"layer\": [{\"mark\": \"bar\"}, {\"mark\": {\"type\": \"text\", \"align\": \"left\", \"baseline\": \"middle\", \"dx\": 3}, \"encoding\": {\"text\": {\"aggregate\": \"count\", \"field\": \"ftname_class\", \"type\": \"quantitative\"}}}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"usermeta\": {\"embedOptions\": {\"actions\": false}}, \"description\": \"\", \"data\": {\"url\": \"https://osm.codes/_sql/stats_donated_pack_timeline\"}, \"transform\": [{\"filter\": \"datum.accepted_date > 2019\"}], \"background\": \"transparent\", \"mark\": {\"type\": \"area\", \"point\": true, \"line\": {\"color\": \"darkgreen\"}}, \"encoding\": {\"x\": {\"timeUnit\": \"yearmonthdate\", \"field\": \"accepted_date\", \"type\": \"temporal\", \"title\": \"Date\", \"scale\": {\"nice\": \"yearmonth\"}, \"axis\": {\"axisWidth\": 0, \"format\": \"%Y\", \"labelAngle\": 0}}, \"y\": {\"field\": \"accumulated_amount\", \"type\": \"quantitative\", \"title\": \"Donated packages\"}}, \"config\": {\"cell\": {\"width\": 300, \"height\": 200}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"3DMark Benchmark\", \"background\": null, \"width\": \"container\", \"height\": 150, \"config\": {\"axis\": {\"gridColor\": \"var(--color-line-secondary)\"}, \"style\": {\"guide-label\": {\"font\": \"'JetBrains Mono', monospace\", \"fill\": \"var(--color-text-emphasis)\"}, \"guide-title\": {\"font\": \"'JetBrains Mono', monospace\", \"fill\": \"var(--color-text-emphasis)\"}, \"group-title\": {\"font\": \"'JetBrains Mono', monospace\", \"fill\": \"var(--color-text-emphasis)\"}, \"group-subtitle\": {\"font\": \"'JetBrains Mono', monospace\", \"fontStyle\": \"italic\", \"fill\": \"var(--color-text-primary)\"}}, \"text\": {\"font\": \"'JetBrains Mono', monospace\", \"fontSize\": 11}, \"view\": {\"stroke\": null}}, \"title\": {\"text\": \"3DMark Ice Storm GPU Benchmark\", \"subtitle\": \"more is better\", \"offset\": 20}, \"data\": {\"name\": \"scores\", \"values\": [{\"name\": \"Intel HD Graphics 510\", \"score\": 43274}, {\"name\": \"ARM Mali-G52 MP2\", \"score\": 25142}, {\"name\": \"ARM Mali-G52 MP6\", \"score\": 46944}, {\"name\": \"ARM Mali-T860 MP2\", \"score\": 9806.5}, {\"name\": \"NVIDIA Tegra X1 Maxwell\", \"score\": 57697}, {\"name\": \"AMD Radeon RX Vega 3\", \"score\": 80755}]}, \"encoding\": {\"y\": {\"field\": \"name\", \"type\": \"nominal\", \"sort\": \"-x\", \"title\": null, \"axis\": {\"ticks\": false, \"labelPadding\": 8, \"labelFontWeight\": \"bold\", \"labelFontSize\": 11}}, \"x\": {\"field\": \"score\", \"type\": \"quantitative\", \"title\": null, \"axis\": {\"labelSeparation\": 10, \"labelFlush\": false}}}, \"layer\": [{\"mark\": {\"type\": \"bar\", \"height\": {\"band\": 0.75}}, \"encoding\": {\"color\": {\"field\": \"score\", \"type\": \"quantitative\", \"scale\": {\"domainMin\": 0}, \"legend\": {\"title\": \"Score\", \"titleOrient\": \"bottom\", \"gradientLength\": 100, \"padding\": 16, \"labelOffset\": 10, \"tickCount\": 1}}}}, {\"mark\": {\"type\": \"text\", \"aria\": false, \"align\": {\"expr\": \"datum.score < 30000 ? 'left' : 'right'\"}, \"dx\": {\"expr\": \"datum.score < 30000 ? 4 : -4\"}}, \"encoding\": {\"text\": {\"field\": \"score\", \"type\": \"quantitative\"}, \"color\": {\"condition\": {\"test\": {\"field\": \"score\", \"gt\": 30000}, \"value\": \"white\"}, \"value\": \"var(--color-text-emphasis)\"}}}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"Geekbench Vulkan Benchmark\", \"background\": null, \"width\": \"container\", \"height\": 150, \"config\": {\"axis\": {\"gridColor\": \"var(--color-line-secondary)\"}, \"style\": {\"guide-label\": {\"font\": \"'JetBrains Mono', monospace\", \"fill\": \"var(--color-text-emphasis)\"}, \"guide-title\": {\"font\": \"'JetBrains Mono', monospace\", \"fill\": \"var(--color-text-emphasis)\"}, \"group-title\": {\"font\": \"'JetBrains Mono', monospace\", \"fill\": \"var(--color-text-emphasis)\"}, \"group-subtitle\": {\"font\": \"'JetBrains Mono', monospace\", \"fontStyle\": \"italic\", \"fill\": \"var(--color-text-primary)\"}}, \"text\": {\"font\": \"'JetBrains Mono', monospace\", \"fontSize\": 11}, \"view\": {\"stroke\": null}}, \"title\": {\"text\": \"Geekbench Vulkan Benchmark\", \"subtitle\": \"more is better\", \"offset\": 20}, \"data\": {\"name\": \"scores\", \"values\": [{\"name\": \"AMD Radeon\\u2122 Vega 3\", \"score\": 4406}, {\"name\": \"NVIDIA Tegra X1 (rev B)\", \"score\": 4312}, {\"name\": \"Mali-G610 MC4\", \"score\": 3522}, {\"name\": \"Mali-G52\", \"score\": 1006}, {\"name\": \"Mali-T860\", \"score\": 67}, {\"name\": \"Intel\\u00ae HD Graphics 510\", \"score\": 2630}, {\"name\": \"VideoCore VI (V3D-620)\", \"score\": 76}]}, \"encoding\": {\"y\": {\"field\": \"name\", \"type\": \"nominal\", \"sort\": \"-x\", \"title\": null, \"axis\": {\"ticks\": false, \"labelPadding\": 8, \"labelFontWeight\": \"bold\", \"labelFontSize\": 11}}, \"x\": {\"field\": \"score\", \"type\": \"quantitative\", \"title\": null, \"axis\": {\"labelSeparation\": 10, \"labelFlush\": false}}}, \"layer\": [{\"mark\": {\"type\": \"bar\", \"height\": {\"band\": 0.75}}, \"encoding\": {\"color\": {\"field\": \"score\", \"type\": \"quantitative\", \"scale\": {\"domainMin\": 0}, \"legend\": {\"title\": \"Score\", \"titleOrient\": \"bottom\", \"gradientLength\": 100, \"padding\": 20, \"labelOffset\": 10, \"tickCount\": 1}}}}, {\"mark\": {\"type\": \"text\", \"aria\": false, \"align\": {\"expr\": \"datum.score < 1500 ? 'left' : 'right'\"}, \"dx\": {\"expr\": \"datum.score < 1500 ? 4 : -4\"}}, \"encoding\": {\"text\": {\"field\": \"score\", \"type\": \"quantitative\"}, \"color\": {\"condition\": {\"test\": {\"field\": \"score\", \"gt\": 2000}, \"value\": \"white\"}, \"value\": \"var(--color-text-emphasis)\"}}}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"A basic bar chart example, with value labels shown upon mouse hover.\", \"width\": 440, \"padding\": 5, \"title\": \"Actions (Summary)\", \"data\": {\"values\": [{\"action\": \"Self-care\", \"count\": 9}, {\"action\": \"Punching self\", \"count\": 3}, {\"action\": \"Binging\", \"count\": 20}, {\"action\": \"Violence towards others\", \"count\": 1}, {\"action\": \"Substance abuse\", \"count\": 5}, {\"action\": \"Mastery\", \"count\": 25}, {\"action\": \"Self-harm / cutting\", \"count\": 2}, {\"action\": \"Verbal assualts to others\", \"count\": 1}, {\"action\": \"Compare self to others\", \"count\": 10}]}, \"selection\": {\"action\": {\"type\": \"multi\", \"fields\": [\"action\"], \"bind\": \"legend\", \"toggle\": true}}, \"mark\": \"bar\", \"encoding\": {\"x\": {\"field\": \"action\", \"type\": \"ordinal\", \"title\": null, \"axis\": {\"labelAngle\": -90, \"tickOffset\": 0, \"labelAlign\": \"right\", \"labelBaseline\": \"middle\", \"labelColor\": \"rgba(0, 0, 0, 0.4)\", \"labelFont\": \"Inter\", \"labelFontWeight\": 500, \"labelFontSize\": 12, \"ticks\": false, \"labelPadding\": 12, \"gridColor\": \"#C8C8C8\", \"gridWidth\": 2, \"grid\": false}}, \"y\": {\"field\": \"count\", \"type\": \"quantitative\", \"title\": \"Units\", \"axis\": {\"labelColor\": \"rgba(0, 0, 0, 0.4)\", \"labelFont\": \"Inter\", \"labelFontWeight\": 500, \"labelFontSize\": 12, \"ticks\": false, \"labelPadding\": 10, \"tickCount\": 6, \"gridColor\": \"#C8C8C8\", \"gridWidth\": 2, \"grid\": false}}, \"color\": {\"field\": \"action\", \"type\": \"ordinal\", \"scale\": {\"range\": [\"#4C66D6\", \"#65DEB4\", \"#F1BD39\", \"#E46759\", \"rgba(0, 0, 0, 0.25)\", \"#7DB2FF\", \"#FE8470\", \"#FFD645\", \"#2F9D7E\"]}}, \"opacity\": {\"condition\": {\"selection\": \"action\", \"value\": 1}, \"value\": 0}, \"strokeWidth\": {\"value\": 2}}, \"config\": {\"view\": {\"stroke\": \"transparent\"}, \"mark\": {\"cornerRadiusTopLeft\": 2, \"cornerRadiusTopRight\": 2}, \"title\": {\"color\": \"rgba(0, 0, 0, 0.75)\", \"fontSize\": 25, \"font\": \"Inter\", \"fontWeight\": 600, \"align\": \"left\", \"anchor\": \"start\", \"dy\": -40}, \"legend\": {\"title\": null, \"orient\": \"bottom\", \"columns\": 2, \"labelColor\": \"rgba(0, 0, 0, 0.75)\", \"labelFont\": \"Inter\", \"labelFontSize\": 14, \"labelFontWeight\": 600, \"rowPadding\": 20, \"columnPadding\": 30, \"symbolStrokeWidth\": 15, \"symbolSize\": 500, \"symbolType\": \"circle\", \"offset\": 30}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"A basic line chart example.\", \"width\": 440, \"height\": 224, \"padding\": 5, \"title\": \"Urges (Effective)\", \"data\": {\"values\": [{\"value\": 1, \"date\": \"2020-09-20\", \"symbol\": \"Self-care\"}, {\"value\": 3, \"date\": \"2020-09-20\", \"symbol\": \"Mastery\"}, {\"value\": 2, \"date\": \"2020-09-21\", \"symbol\": \"Self-care\"}, {\"value\": 3, \"date\": \"2020-09-21\", \"symbol\": \"Mastery\"}, {\"value\": 2, \"date\": \"2020-09-22\", \"symbol\": \"Self-care\"}, {\"value\": 2, \"date\": \"2020-09-22\", \"symbol\": \"Mastery\"}, {\"value\": 3, \"date\": \"2020-09-23\", \"symbol\": \"Self-care\"}, {\"value\": 1, \"date\": \"2020-09-23\", \"symbol\": \"Mastery\"}, {\"value\": 1, \"date\": \"2020-09-24\", \"symbol\": \"Self-care\"}, {\"value\": 1, \"date\": \"2020-09-24\", \"symbol\": \"Mastery\"}, {\"value\": 0, \"date\": \"2020-09-25\", \"symbol\": \"Self-care\"}, {\"value\": 1, \"date\": \"2020-09-25\", \"symbol\": \"Mastery\"}, {\"value\": 1, \"date\": \"2020-09-26\", \"symbol\": \"Self-care\"}, {\"value\": 2, \"date\": \"2020-09-26\", \"symbol\": \"Mastery\"}]}, \"config\": {\"view\": {\"stroke\": \"transparent\"}, \"title\": {\"color\": \"rgba(0, 0, 0, 0.75)\", \"fontSize\": 25, \"font\": \"Inter\", \"fontWeight\": 600, \"align\": \"left\", \"anchor\": \"start\", \"dy\": -40}, \"legend\": {\"title\": null, \"orient\": \"bottom\", \"columns\": 2, \"labelColor\": \"rgba(0, 0, 0, 0.75)\", \"labelFont\": \"Inter\", \"labelFontSize\": 14, \"labelFontWeight\": 600, \"rowPadding\": 20, \"columnPadding\": 50, \"symbolStrokeWidth\": 12, \"symbolSize\": 150, \"symbolType\": \"circle\", \"offset\": 30}, \"axisX\": {\"orient\": \"bottom\", \"format\": \"%b %d %a\", \"labelColor\": \"rgba(0, 0, 0, 0.4)\", \"labelFont\": \"Inter\", \"labelFontWeight\": 500, \"labelFontSize\": 12, \"ticks\": false, \"labelExpr\": \"substring(datum.label, 0, 9)\", \"labelPadding\": 32, \"title\": \"Date\", \"grid\": false}, \"axisY\": {\"orient\": \"left\", \"tickCount\": 5, \"labelColor\": \"rgba(0, 0, 0, 0.4)\", \"labelFont\": \"Inter\", \"labelFontWeight\": 500, \"labelFontSize\": 12, \"ticks\": false, \"labelPadding\": 10, \"title\": \"Intensity\", \"grid\": false}}, \"mark\": {\"type\": \"line\", \"interpolate\": \"cardinal\", \"point\": true, \"tension\": 0.9}, \"selection\": {\"symbol\": {\"type\": \"multi\", \"fields\": [\"symbol\"], \"bind\": \"legend\", \"toggle\": \"true\"}}, \"encoding\": {\"x\": {\"field\": \"date\", \"axis\": {\"labelAngle\": 65}, \"type\": \"ordinal\", \"timeUnit\": \"yearmonthdate\"}, \"y\": {\"field\": \"value\", \"title\": \"Intensity\", \"type\": \"quantitative\"}, \"color\": {\"field\": \"symbol\", \"type\": \"nominal\"}, \"strokeWidth\": {\"value\": 2.7}, \"opacity\": {\"condition\": {\"selection\": \"symbol\", \"value\": 1}, \"value\": 0}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"A basic line chart example.\", \"width\": 440, \"height\": 224, \"padding\": 5, \"title\": \"Emotions\", \"data\": {\"values\": [{\"value\": 1, \"date\": \"2020-09-20\", \"symbol\": \"Compassion\"}, {\"value\": 0, \"date\": \"2020-09-20\", \"symbol\": \"Self respect\"}, {\"value\": 0, \"date\": \"2020-09-20\", \"symbol\": \"Irritability\"}, {\"value\": 3, \"date\": \"2020-09-20\", \"symbol\": \"Pride\"}, {\"value\": 2, \"date\": \"2020-09-20\", \"symbol\": \"Boredom\"}, {\"value\": 0, \"date\": \"2020-09-20\", \"symbol\": \"Worthlessness\"}, {\"value\": 0, \"date\": \"2020-09-20\", \"symbol\": \"Social Anxiety\"}, {\"value\": 0, \"date\": \"2020-09-20\", \"symbol\": \"Emptiness\"}, {\"value\": 2, \"date\": \"2020-09-21\", \"symbol\": \"Compassion\"}, {\"value\": 0, \"date\": \"2020-09-21\", \"symbol\": \"Self respect\"}, {\"value\": 0, \"date\": \"2020-09-21\", \"symbol\": \"Irritability\"}, {\"value\": 3, \"date\": \"2020-09-21\", \"symbol\": \"Pride\"}, {\"value\": 4, \"date\": \"2020-09-21\", \"symbol\": \"Boredom\"}, {\"value\": 0, \"date\": \"2020-09-21\", \"symbol\": \"Worthlessness\"}, {\"value\": 0, \"date\": \"2020-09-21\", \"symbol\": \"Social Anxiety\"}, {\"value\": 0, \"date\": \"2020-09-21\", \"symbol\": \"Emptiness\"}, {\"value\": 2, \"date\": \"2020-09-22\", \"symbol\": \"Compassion\"}, {\"value\": 0, \"date\": \"2020-09-22\", \"symbol\": \"Self respect\"}, {\"value\": 0, \"date\": \"2020-09-22\", \"symbol\": \"Irritability\"}, {\"value\": 2, \"date\": \"2020-09-22\", \"symbol\": \"Pride\"}, {\"value\": 3, \"date\": \"2020-09-22\", \"symbol\": \"Boredom\"}, {\"value\": 0, \"date\": \"2020-09-22\", \"symbol\": \"Worthlessness\"}, {\"value\": 1, \"date\": \"2020-09-22\", \"symbol\": \"Social Anxiety\"}, {\"value\": 0, \"date\": \"2020-09-22\", \"symbol\": \"Emptiness\"}, {\"value\": 3, \"date\": \"2020-09-23\", \"symbol\": \"Compassion\"}, {\"value\": 0, \"date\": \"2020-09-23\", \"symbol\": \"Self respect\"}, {\"value\": 0, \"date\": \"2020-09-23\", \"symbol\": \"Irritability\"}, {\"value\": 1, \"date\": \"2020-09-23\", \"symbol\": \"Pride\"}, {\"value\": 5, \"date\": \"2020-09-23\", \"symbol\": \"Boredom\"}, {\"value\": 0, \"date\": \"2020-09-23\", \"symbol\": \"Worthlessness\"}, {\"value\": 0, \"date\": \"2020-09-23\", \"symbol\": \"Social Anxiety\"}, {\"value\": 0, \"date\": \"2020-09-23\", \"symbol\": \"Emptiness\"}, {\"value\": 1, \"date\": \"2020-09-24\", \"symbol\": \"Compassion\"}, {\"value\": 0, \"date\": \"2020-09-24\", \"symbol\": \"Self respect\"}, {\"value\": 0, \"date\": \"2020-09-24\", \"symbol\": \"Irritability\"}, {\"value\": 1, \"date\": \"2020-09-24\", \"symbol\": \"Pride\"}, {\"value\": 4, \"date\": \"2020-09-24\", \"symbol\": \"Boredom\"}, {\"value\": 0, \"date\": \"2020-09-24\", \"symbol\": \"Worthlessness\"}, {\"value\": 1, \"date\": \"2020-09-24\", \"symbol\": \"Social Anxiety\"}, {\"value\": 0, \"date\": \"2020-09-24\", \"symbol\": \"Emptiness\"}, {\"value\": 0, \"date\": \"2020-09-25\", \"symbol\": \"Compassion\"}, {\"value\": 0, \"date\": \"2020-09-25\", \"symbol\": \"Self respect\"}, {\"value\": 0, \"date\": \"2020-09-25\", \"symbol\": \"Irritability\"}, {\"value\": 1, \"date\": \"2020-09-25\", \"symbol\": \"Pride\"}, {\"value\": 3, \"date\": \"2020-09-25\", \"symbol\": \"Boredom\"}, {\"value\": 0, \"date\": \"2020-09-25\", \"symbol\": \"Worthlessness\"}, {\"value\": 1, \"date\": \"2020-09-25\", \"symbol\": \"Social Anxiety\"}, {\"value\": 0, \"date\": \"2020-09-25\", \"symbol\": \"Emptiness\"}, {\"value\": 1, \"date\": \"2020-09-26\", \"symbol\": \"Compassion\"}, {\"value\": 0, \"date\": \"2020-09-26\", \"symbol\": \"Self respect\"}, {\"value\": 0, \"date\": \"2020-09-26\", \"symbol\": \"Irritability\"}, {\"value\": 2, \"date\": \"2020-09-26\", \"symbol\": \"Pride\"}, {\"value\": 4, \"date\": \"2020-09-26\", \"symbol\": \"Boredom\"}, {\"value\": 0, \"date\": \"2020-09-26\", \"symbol\": \"Worthlessness\"}, {\"value\": 0, \"date\": \"2020-09-26\", \"symbol\": \"Social Anxiety\"}, {\"value\": 0, \"date\": \"2020-09-26\", \"symbol\": \"Emptiness\"}]}, \"config\": {\"view\": {\"stroke\": \"transparent\"}, \"title\": {\"color\": \"rgba(0, 0, 0, 0.75)\", \"fontSize\": 25, \"font\": \"Inter\", \"fontWeight\": 600, \"align\": \"left\", \"anchor\": \"start\", \"dy\": -40}, \"legend\": {\"title\": null, \"orient\": \"bottom\", \"columns\": 2, \"labelColor\": \"rgba(0, 0, 0, 0.75)\", \"labelFont\": \"Inter\", \"labelFontSize\": 14, \"labelFontWeight\": 600, \"rowPadding\": 20, \"columnPadding\": 50, \"symbolStrokeWidth\": 12, \"symbolSize\": 150, \"symbolType\": \"circle\", \"offset\": 30}, \"axisX\": {\"orient\": \"bottom\", \"format\": \"%b %d %a\", \"labelColor\": \"rgba(0, 0, 0, 0.4)\", \"labelFont\": \"Inter\", \"labelFontWeight\": 500, \"labelFontSize\": 12, \"ticks\": false, \"labelExpr\": \"substring(datum.label, 0, 9)\", \"labelPadding\": 32, \"title\": \"date\", \"grid\": false}, \"axisY\": {\"orient\": \"left\", \"tickCount\": 5, \"labelColor\": \"rgba(0, 0, 0, 0.4)\", \"labelFont\": \"Inter\", \"labelFontWeight\": 500, \"labelFontSize\": 12, \"ticks\": false, \"labelPadding\": 10, \"title\": null, \"grid\": false}}, \"mark\": {\"type\": \"line\", \"point\": true, \"interpolate\": \"cardinal\", \"tension\": 0.9}, \"selection\": {\"symbol\": {\"type\": \"multi\", \"fields\": [\"symbol\"], \"bind\": \"legend\", \"toggle\": \"true\"}}, \"encoding\": {\"x\": {\"field\": \"date\", \"axis\": {\"labelAngle\": 65}, \"type\": \"ordinal\", \"timeUnit\": \"yearmonthdate\"}, \"y\": {\"field\": \"value\", \"title\": \"Intensity\", \"type\": \"quantitative\"}, \"color\": {\"field\": \"symbol\", \"type\": \"nominal\"}, \"strokeWidth\": {\"value\": 2.7}, \"opacity\": {\"condition\": {\"selection\": \"symbol\", \"value\": 1}, \"value\": 0}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"A basic line chart example.\", \"width\": 440, \"height\": 224, \"padding\": 5, \"title\": \"Urges (Ineffective)\", \"data\": {\"values\": [{\"value\": 1, \"date\": \"2020-09-20\", \"symbol\": \"Punching self\"}, {\"value\": 3, \"date\": \"2020-09-20\", \"symbol\": \"Self-harm / cutting\"}, {\"value\": 2, \"date\": \"2020-09-20\", \"symbol\": \"Binging\"}, {\"value\": 0, \"date\": \"2020-09-20\", \"symbol\": \"Violence towards others\"}, {\"value\": 2, \"date\": \"2020-09-20\", \"symbol\": \"Verbal assualts to others\"}, {\"value\": 3, \"date\": \"2020-09-20\", \"symbol\": \"Compare self to others\"}, {\"value\": 0, \"date\": \"2020-09-20\", \"symbol\": \"Substance abuse\"}, {\"value\": 2, \"date\": \"2020-09-21\", \"symbol\": \"Punching self\"}, {\"value\": 3, \"date\": \"2020-09-21\", \"symbol\": \"Self-harm / cutting\"}, {\"value\": 4, \"date\": \"2020-09-21\", \"symbol\": \"Binging\"}, {\"value\": 0, \"date\": \"2020-09-21\", \"symbol\": \"Violence towards others\"}, {\"value\": 3, \"date\": \"2020-09-21\", \"symbol\": \"Verbal assualts to others\"}, {\"value\": 2, \"date\": \"2020-09-21\", \"symbol\": \"Compare self to others\"}, {\"value\": 0, \"date\": \"2020-09-21\", \"symbol\": \"Substance abuse\"}, {\"value\": 2, \"date\": \"2020-09-22\", \"symbol\": \"Punching self\"}, {\"value\": 2, \"date\": \"2020-09-22\", \"symbol\": \"Self-harm / cutting\"}, {\"value\": 3, \"date\": \"2020-09-22\", \"symbol\": \"Binging\"}, {\"value\": 1, \"date\": \"2020-09-22\", \"symbol\": \"Violence towards others\"}, {\"value\": 3, \"date\": \"2020-09-22\", \"symbol\": \"Verbal assualts to others\"}, {\"value\": 3, \"date\": \"2020-09-22\", \"symbol\": \"Compare self to others\"}, {\"value\": 0, \"date\": \"2020-09-22\", \"symbol\": \"Substance abuse\"}, {\"value\": 3, \"date\": \"2020-09-23\", \"symbol\": \"Punching self\"}, {\"value\": 1, \"date\": \"2020-09-23\", \"symbol\": \"Self-harm / cutting\"}, {\"value\": 5, \"date\": \"2020-09-23\", \"symbol\": \"Binging\"}, {\"value\": 0, \"date\": \"2020-09-23\", \"symbol\": \"Violence towards others\"}, {\"value\": 4, \"date\": \"2020-09-23\", \"symbol\": \"Verbal assualts to others\"}, {\"value\": 3, \"date\": \"2020-09-23\", \"symbol\": \"Compare self to others\"}, {\"value\": 0, \"date\": \"2020-09-23\", \"symbol\": \"Substance abuse\"}, {\"value\": 1, \"date\": \"2020-09-24\", \"symbol\": \"Punching self\"}, {\"value\": 1, \"date\": \"2020-09-24\", \"symbol\": \"Self-harm / cutting\"}, {\"value\": 4, \"date\": \"2020-09-24\", \"symbol\": \"Binging\"}, {\"value\": 1, \"date\": \"2020-09-24\", \"symbol\": \"Violence towards others\"}, {\"value\": 2, \"date\": \"2020-09-24\", \"symbol\": \"Verbal assualts to others\"}, {\"value\": 4, \"date\": \"2020-09-24\", \"symbol\": \"Compare self to others\"}, {\"value\": 0, \"date\": \"2020-09-24\", \"symbol\": \"Substance abuse\"}, {\"value\": 0, \"date\": \"2020-09-25\", \"symbol\": \"Punching self\"}, {\"value\": 1, \"date\": \"2020-09-25\", \"symbol\": \"Self-harm / cutting\"}, {\"value\": 3, \"date\": \"2020-09-25\", \"symbol\": \"Binging\"}, {\"value\": 1, \"date\": \"2020-09-25\", \"symbol\": \"Violence towards others\"}, {\"value\": 1, \"date\": \"2020-09-25\", \"symbol\": \"Verbal assualts to others\"}, {\"value\": 2, \"date\": \"2020-09-25\", \"symbol\": \"Compare self to others\"}, {\"value\": 0, \"date\": \"2020-09-25\", \"symbol\": \"Substance abuse\"}, {\"value\": 1, \"date\": \"2020-09-26\", \"symbol\": \"Punching self\"}, {\"value\": 2, \"date\": \"2020-09-26\", \"symbol\": \"Self-harm / cutting\"}, {\"value\": 4, \"date\": \"2020-09-26\", \"symbol\": \"Binging\"}, {\"value\": 0, \"date\": \"2020-09-26\", \"symbol\": \"Violence towards others\"}, {\"value\": 2, \"date\": \"2020-09-26\", \"symbol\": \"Verbal assualts to others\"}, {\"value\": 2, \"date\": \"2020-09-26\", \"symbol\": \"Compare self to others\"}, {\"value\": 0, \"date\": \"2020-09-26\", \"symbol\": \"Substance abuse\"}]}, \"config\": {\"view\": {\"stroke\": \"transparent\"}, \"title\": {\"color\": \"rgba(0, 0, 0, 0.75)\", \"fontSize\": 25, \"font\": \"Inter\", \"fontWeight\": 600, \"align\": \"left\", \"anchor\": \"start\", \"dy\": -40}, \"legend\": {\"title\": null, \"orient\": \"bottom\", \"columns\": 2, \"labelColor\": \"rgba(0, 0, 0, 0.75)\", \"labelFont\": \"Inter\", \"labelFontSize\": 14, \"labelFontWeight\": 600, \"rowPadding\": 20, \"columnPadding\": 30, \"symbolStrokeWidth\": 12, \"symbolSize\": 150, \"symbolType\": \"circle\", \"offset\": 30}, \"axisX\": {\"orient\": \"bottom\", \"format\": \"%b %d %a\", \"labelColor\": \"rgba(0, 0, 0, 0.4)\", \"labelFont\": \"Inter\", \"labelFontWeight\": 500, \"labelFontSize\": 12, \"ticks\": false, \"labelExpr\": \"substring(datum.label, 0, 9)\", \"labelPadding\": 32, \"title\": \"Date\", \"grid\": false}, \"axisY\": {\"orient\": \"left\", \"tickCount\": 5, \"labelColor\": \"rgba(0, 0, 0, 0.4)\", \"labelFont\": \"Inter\", \"labelFontWeight\": 500, \"labelFontSize\": 12, \"ticks\": false, \"labelPadding\": 10, \"title\": null, \"grid\": false}}, \"mark\": {\"type\": \"line\", \"interpolate\": \"cardinal\", \"tension\": 0.9, \"point\": true}, \"selection\": {\"symbol\": {\"type\": \"multi\", \"fields\": [\"symbol\"], \"bind\": \"legend\", \"toggle\": \"true\"}}, \"encoding\": {\"x\": {\"field\": \"date\", \"axis\": {\"labelAngle\": 65}, \"type\": \"ordinal\", \"timeUnit\": \"yearmonthdate\"}, \"y\": {\"field\": \"value\", \"title\": \"Intensity\", \"type\": \"quantitative\"}, \"color\": {\"field\": \"symbol\", \"type\": \"nominal\"}, \"strokeWidth\": {\"value\": 2.7}, \"opacity\": {\"condition\": {\"selection\": \"symbol\", \"value\": 1}, \"value\": 0}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"description\": \"A basic bar chart example, with value labels shown upon mouse hover.\", \"width\": 440, \"height\": 224, \"padding\": 5, \"title\": \"Actions (Timeline)\", \"data\": {\"values\": [{\"date\": \"2020-09-20\", \"count\": 1}, {\"date\": \"2020-09-21\", \"count\": 0}, {\"date\": \"2020-09-22\", \"count\": 0}, {\"date\": \"2020-09-23\", \"count\": 2}, {\"date\": \"2020-09-24\", \"count\": 3}, {\"date\": \"2020-09-25\", \"count\": 3}, {\"date\": \"2020-09-26\", \"count\": 6}]}, \"encoding\": {\"x\": {\"field\": \"date\", \"type\": \"ordinal\", \"axis\": {\"labelAngle\": -300}, \"timeUnit\": \"yearmonthdate\"}, \"y\": {\"field\": \"count\", \"type\": \"quantitative\"}, \"color\": {\"field\": \"action\", \"type\": \"nominal\", \"scale\": {\"range\": [\"#4C66D6\", \"#38C396\"]}}, \"strokeWidth\": {\"value\": 2}}, \"mark\": \"bar\", \"config\": {\"title\": {\"color\": \"rgba(0, 0, 0, 0.75)\", \"fontSize\": 25, \"font\": \"Inter\", \"fontWeight\": 600, \"align\": \"left\", \"anchor\": \"start\", \"dy\": -40}, \"view\": {\"stroke\": \"transparent\"}, \"selection\": {\"symbol\": {\"type\": \"multi\", \"fields\": [\"action\"], \"bind\": \"legend\", \"toggle\": \"true\"}}, \"mark\": {\"cornerRadiusTopLeft\": 2, \"cornerRadiusTopRight\": 2}, \"legend\": {\"title\": null, \"orient\": \"bottom\", \"columns\": 2, \"labelColor\": \"rgba(0, 0, 0, 0.75)\", \"labelFont\": \"Inter\", \"labelFontSize\": 14, \"labelFontWeight\": 600, \"rowPadding\": 20, \"columnPadding\": 50, \"symbolStrokeWidth\": 12, \"symbolSize\": 150, \"symbolType\": \"circle\", \"offset\": 30}, \"axisX\": {\"labelAngle\": 0, \"tickOffset\": 0, \"format\": \"%b %d %a\", \"labelColor\": \"rgba(0, 0, 0, 0.4)\", \"labelFont\": \"Inter\", \"labelFontWeight\": 500, \"labelFontSize\": 12, \"labelPadding\": 45, \"tickCount\": 5, \"labelAlign\": \"center\", \"labelBaseline\": \"middle\", \"gridColor\": \"#C8C8C8\", \"labelExpr\": \"substring(datum.label, 0, 9)\", \"gridWidth\": 2, \"title\": null, \"grid\": false, \"ticks\": false}, \"axisY\": {\"labelColor\": \"rgba(0, 0, 0, 0.4)\", \"labelFont\": \"Inter\", \"labelFontWeight\": 500, \"labelFontSize\": 12, \"labelPadding\": 10, \"tickCount\": 6, \"gridColor\": \"#C8C8C8\", \"gridWidth\": 2, \"title\": \"Units\", \"grid\": false, \"ticks\": false}}}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"autosize\": {\"resize\": true}, \"background\": \"#FFFFFF\", \"config\": {\"axis\": {\"gridColor\": \"#f2f2f2\", \"labelBound\": true}, \"mark\": {\"tooltip\": null}, \"view\": {\"height\": 300, \"width\": 400}}, \"data\": {\"name\": \"data-ceb3e53dd82dc2b785cc2ba76931c96b\"}, \"datasets\": {\"data-ceb3e53dd82dc2b785cc2ba76931c96b\": [{\"Feature ID\": \"Taxon1\", \"FeatureMetadata1\": null, \"FeatureMetadata2\": null, \"Intercept\": 5.0, \"Rank 1\": 6.0, \"Rank 2\": 7.0, \"Rank 3\": 0.0, \"Rank 4\": 4.0, \"qurro_classification\": \"None\", \"qurro_spc\": 5.0}, {\"Feature ID\": \"Taxon2\", \"FeatureMetadata1\": null, \"FeatureMetadata2\": null, \"Intercept\": 1.0, \"Rank 1\": 2.0, \"Rank 2\": 3.0, \"Rank 3\": 0.0, \"Rank 4\": 4.0, \"qurro_classification\": \"None\", \"qurro_spc\": 5.0}, {\"Feature ID\": \"Taxon3\", \"FeatureMetadata1\": \"Yeet\", \"FeatureMetadata2\": \"100\", \"Intercept\": 4.0, \"Rank 1\": 5.0, \"Rank 2\": 6.0, \"Rank 3\": 0.0, \"Rank 4\": 4.0, \"qurro_classification\": \"None\", \"qurro_spc\": 6.0}, {\"Feature ID\": \"Taxon4\", \"FeatureMetadata1\": null, \"FeatureMetadata2\": null, \"Intercept\": 9.0, \"Rank 1\": 8.0, \"Rank 2\": 7.0, \"Rank 3\": 0.0, \"Rank 4\": 4.0, \"qurro_classification\": \"None\", \"qurro_spc\": 6.0}, {\"Feature ID\": \"Taxon5\", \"FeatureMetadata1\": \"null\", \"FeatureMetadata2\": \"lol\", \"Intercept\": 6.0, \"Rank 1\": 5.0, \"Rank 2\": 4.0, \"Rank 3\": 0.0, \"Rank 4\": 4.0, \"qurro_classification\": \"None\", \"qurro_spc\": 2.0}], \"qurro_feature_metadata_ordering\": [\"FeatureMetadata1\", \"FeatureMetadata2\"], \"qurro_rank_ordering\": [\"Intercept\", \"Rank 1\", \"Rank 2\", \"Rank 3\", \"Rank 4\"], \"qurro_rank_type\": \"Differential\"}, \"encoding\": {\"color\": {\"field\": \"qurro_classification\", \"scale\": {\"domain\": [\"None\", \"Numerator\", \"Denominator\", \"Both\"], \"range\": [\"#e0e0e0\", \"#f00\", \"#00f\", \"#949\"]}, \"title\": \"Log-Ratio Classification\", \"type\": \"nominal\"}, \"tooltip\": [{\"field\": \"qurro_x\", \"title\": \"Current Ranking\", \"type\": \"quantitative\"}, {\"field\": \"qurro_classification\", \"title\": \"Log-Ratio Classification\", \"type\": \"nominal\"}, {\"field\": \"qurro_spc\", \"title\": \"Sample Presence Count\", \"type\": \"quantitative\"}, {\"field\": \"Feature ID\", \"type\": \"nominal\"}, {\"field\": \"FeatureMetadata1\", \"type\": \"nominal\"}, {\"field\": \"FeatureMetadata2\", \"type\": \"nominal\"}, {\"field\": \"Intercept\", \"type\": \"quantitative\"}, {\"field\": \"Rank 1\", \"type\": \"quantitative\"}, {\"field\": \"Rank 2\", \"type\": \"quantitative\"}, {\"field\": \"Rank 3\", \"type\": \"quantitative\"}, {\"field\": \"Rank 4\", \"type\": \"quantitative\"}], \"x\": {\"axis\": {\"labelAngle\": 0, \"ticks\": false}, \"field\": \"qurro_x\", \"scale\": {\"paddingInner\": 0, \"paddingOuter\": 1, \"rangeStep\": 1}, \"title\": \"Feature Rankings\", \"type\": \"ordinal\"}, \"y\": {\"field\": \"Intercept\", \"type\": \"quantitative\"}}, \"mark\": \"bar\", \"selection\": {\"selector005\": {\"bind\": \"scales\", \"encodings\": [\"x\", \"y\"], \"type\": \"interval\"}}, \"title\": \"Features\", \"transform\": [{\"sort\": [{\"field\": \"Intercept\", \"order\": \"ascending\"}], \"window\": [{\"as\": \"qurro_x\", \"op\": \"row_number\"}]}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"width\": \"container\", \"config\": {\"background\": \"transparent\", \"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}}, \"data\": {\"url\": \"https://raw.githubusercontent.com/covid19pb/covid19pb.github.io/master/data/cidades/campina_grande/data/dados_diarios_cg_covid19.csv\"}, \"mark\": {\"type\": \"line\", \"opacity\": 0.8, \"point\": {\"filled\": false, \"fill\": \"white\"}, \"strokeWidth\": 2.5}, \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"key\", \"legend\": {\"columns\": 1, \"labelFontSize\": 12, \"orient\": \"bottom\", \"title\": \"Tipos de Casos\", \"titleFontSize\": 14}, \"scale\": {\"domain\": [\"Confirmados acumulados\"], \"range\": [\"#ff8533\"]}}, \"tooltip\": [{\"type\": \"temporal\", \"field\": \"data\", \"title\": \"Data\"}, {\"type\": \"quantitative\", \"field\": \"confirmadosAcumulados\", \"title\": \"Confirmados acumulados\"}, {\"type\": \"quantitative\", \"field\": \"ObitosAcumulados\", \"title\": \"Mortes acumuladas\"}, {\"type\": \"quantitative\", \"field\": \"letalidade\", \"format\": \".2%\", \"title\": \"Taxa de letalidade\"}, {\"type\": \"quantitative\", \"field\": \"confirmadosPorDia\", \"title\": \"Confirmados por dia\"}], \"x\": {\"type\": \"temporal\", \"axis\": {\"labelAngle\": 315, \"labelFontSize\": 12, \"title\": \"Data\", \"titleFontSize\": 14}, \"field\": \"data\", \"timeUnit\": \"monthdate\"}, \"y\": {\"type\": \"quantitative\", \"axis\": {\"labelFontSize\": 12, \"title\": \"N\\u00famero de Casos\", \"titleFontSize\": 14}, \"field\": \"value\"}}, \"transform\": [{\"fold\": [\"confirmadosAcumulados\"]}, {\"calculate\": \"if((datum.key === 'confirmadosAcumulados'),'Confirmados acumulados',datum.key)\", \"as\": \"key\"}]}"
"{\"$schema\": \"https://vega.github.io/schema/vega-lite/v5.json\", \"width\": \"container\", \"config\": {\"background\": \"transparent\", \"view\": {\"continuousWidth\": 400, \"continuousHeight\": 300}}, \"data\": {\"url\": \"https://raw.githubusercontent.com/covid19pb/covid19pb.github.io/master/data/cidades/campina_grande/data/dados_diarios_cg_covid19.csv\"}, \"layer\": [{\"mark\": {\"type\": \"bar\", \"opacity\": 0.8, \"point\": {\"filled\": false, \"fill\": \"white\"}, \"strokeWidth\": 2.5}, \"encoding\": {\"color\": {\"type\": \"nominal\", \"field\": \"key\", \"legend\": {\"columns\": 1, \"labelFontSize\": 12, \"orient\": \"bottom\", \"title\": \"Tipos de Casos\", \"titleFontSize\": 14}, \"scale\": {\"domain\": [\"Confirmados por dia\"], \"range\": [\"#1f77b4\"]}}, \"tooltip\": [{\"type\": \"temporal\", \"field\": \"data\", \"title\": \"Data\"}, {\"type\": \"quantitative\", \"field\": \"confirmadosAcumulados\", \"title\": \"Confirmados acumulados\"}, {\"type\": \"quantitative\", \"field\": \"ObitosAcumulados\", \"title\": \"Mortes acumuladas\"}, {\"type\": \"quantitative\", \"field\": \"letalidade\", \"format\": \".2%\", \"title\": \"Taxa de letalidade\"}, {\"type\": \"quantitative\", \"field\": \"confirmadosPorDia\", \"title\": \"Confirmados por dia\"}], \"x\": {\"type\": \"temporal\", \"axis\": {\"labelAngle\": 315, \"labelFontSize\": 12, \"title\": \"Data\", \"titleFontSize\": 14}, \"field\": \"data\", \"timeUnit\": \"monthdate\"}, \"y\": {\"type\": \"quantitative\", \"axis\": {\"labelFontSize\": 12, \"title\": \"N\\u00famero de Casos\", \"titleFontSize\": 14}, \"field\": \"value\"}}}, {\"mark\": \"line\", \"encoding\": {\"y\": {\"field\": \"media_movel\", \"type\": \"quantitative\"}, \"x\": {\"type\": \"temporal\", \"field\": \"data\", \"timeUnit\": \"monthdate\"}, \"color\": {\"value\": \"red\"}, \"size\": {\"value\": 3}, \"tooltip\": [{\"field\": \"media_movel\", \"type\": \"quantitative\", \"format\": \".2f\", \"title\": \"M\\u00e9dia m\\u00f3vel dos casos confirmados\"}]}}], \"transform\": [{\"fold\": [\"confirmadosPorDia\"]}, {\"calculate\": \"if((datum.key === 'confirmadosPorDia'),'Confirmados por dia',datum.key)\", \"as\": \"key\"}, {\"window\": [{\"field\": \"confirmadosPorDia\", \"op\": \"mean\", \"as\": \"media_movel\"}]}]}"