{ "$schema": "https://vega.github.io/schema/vega-lite/v4.json", "data": { "values": "" }, "title": "", "mark": { "type": "line" }, "encoding": { "x": { "field": "", "type": "quantitative", "title": "" }, "y": { "field": "", "type": "quantitative", "title": "", "scale": { "zero": false } }, "color": { "field": "rev", "type": "nominal" } }, "transform": [ { "loess": "", "on": "", "groupby": [ "rev" ], "bandwidth": 0.3 } ] }