{ "data": { "url": "https://raw.githubusercontent.com/MatthewKollmer/MatthewKollmer.github.io/main/_data/mississippi_monthly_visits.csv" }, "layer": [ { "params": [ {"name": "brush", "select": {"type": "interval", "encodings": ["x"]}} ], "height": "350", "width": "600", "title": "Total Mississippi NRRA Visitors by Year", "mark": { "type":"bar", "fill":"darkblue", "stroke":"darkblue" }, "encoding": { "x": {"field": "Year", "type": "temporal", "axis": {"title": "Year"}}, "y": { "aggregate": "mean", "field": "Total", "type": "quantitative", "axis": {"title": "Total (Bar Represents Selected Mean)"} }, "opacity": {"condition": {"param": "brush", "value": 1}, "value": 1} } }, { "transform": [{"filter": {"param": "brush"}}], "mark": "rule", "encoding": { "y": { "aggregate": "mean", "field": "Total", "type": "quantitative" }, "color": {"value": "red"}, "size": {"value": 4} } } ], "config": {} }