title: "Chart 1" description: "weather" url: "berlinWeather.csv" mark: type: "line" interpolate: "step-after" strokeWidth: 1.5 tooltip: true encoding: x: {field: "date", type: "temporal"} y: {field: "tmax", type: "quantitative"}