{"$schema": "https://vega.github.io/schema/vega-lite/v5.json", "data": {"url": "https://raw.githubusercontent.com/vega/vega-datasets/next/data/unemployment-across-industries.json"}, "encoding": {"color": {"field": "series", "scale": {"scheme": "category20b"}}, "x": {"axis": {"format": "%Y"}, "field": "date", "timeUnit": "yearmonth"}, "y": {"aggregate": "sum", "field": "count"}}, "height": 200, "mark": "area", "width": 300}