{
  "$schema": "https://vega.github.io/schema/vega-lite/v5.20.1.json",
  "config": {
    "view": {
      "continuousHeight": 300,
      "continuousWidth": 300
    }
  },
  "data": {
    "name": "data-4a2dbd9282d213a7f98ae5fa5685735d"
  },
  "datasets": {
    "data-4a2dbd9282d213a7f98ae5fa5685735d": [
      {
        "date_col": "2021-01-01T00:00:00"
      },
      {
        "date_col": "2021-01-02T00:00:00"
      },
      {
        "date_col": "2021-01-03T00:00:00"
      }
    ]
  },
  "encoding": {
    "x": {
      "field": "date_col",
      "type": "temporal"
    },
    "y": {
      "aggregate": "count",
      "type": "quantitative"
    }
  },
  "mark": {
    "point": {
      "fill": "white",
      "filled": false
    },
    "type": "line"
  },
  "width": "container"
}