{
  "format": "supamakers-chart",
  "version": 1,
  "title": "Three depots improve; one takes longer",
  "subtitle": "Fictional median delivery time · before and after",
  "unit": "Minutes",
  "source": "SupaMakers · fictional teaching data · CC0",
  "sourceUrl": "",
  "date": "Illustrative values; not observations",
  "caption": "Fictional medians; depot order is supplied, not automatically ranked.",
  "theme": "night",
  "frame": "article",
  "xMode": "category",
  "zero": false,
  "directLabels": true,
  "decimals": 0,
  "annotations": [
    {
      "label": "West",
      "series": "After",
      "text": "West rises by 4 minutes while the other depots fall."
    }
  ],
  "kind": "dumbbell",
  "table": [
    [
      "Depot",
      "Before",
      "After"
    ],
    [
      "South",
      "54",
      "37"
    ],
    [
      "North",
      "46",
      "35"
    ],
    [
      "East",
      "42",
      "34"
    ],
    [
      "West",
      "39",
      "43"
    ]
  ]
}