Skip to content

Instantly share code, notes, and snippets.

@briancodes
briancodes / vega-stacked-trellis.json
Created February 27, 2022 12:50
vega-stacked-trellis
{
"$schema": "https://vega.github.io/schema/vega-lite/v5.json",
"data": {"url": "data/seattle-weather.csv"},
"mark": "bar",
"encoding": {
"x": {
"timeUnit": "month",
"field": "date",
"type": "ordinal",
"title": "Month of the year"