{
  "title": {
    "text": "Britain’s real output per person did not rise",
    "subtext": "GDP per capita at constant purchasing-power parity, percent change, 2019–2024",
    "left": "center",
    "textStyle": { "fontSize": 16, "fontWeight": 600, "color": "#17212b" },
    "subtextStyle": { "fontSize": 12, "color": "#4a5560" }
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": { "type": "shadow" }
  },
  "grid": { "left": 16, "right": 56, "top": 72, "bottom": 40, "containLabel": true },
  "xAxis": {
    "type": "value",
    "name": "% change",
    "nameLocation": "middle",
    "nameGap": 28,
    "axisLine": { "show": true },
    "splitLine": { "lineStyle": { "color": "#e6e8eb" } }
  },
  "yAxis": {
    "type": "category",
    "inverse": true,
    "data": ["United States", "Italy", "Japan", "France", "Canada", "United Kingdom", "Germany"],
    "axisLabel": { "interval": 0, "fontSize": 12, "color": "#17212b" },
    "axisTick": { "show": false }
  },
  "series": [
    {
      "type": "bar",
      "name": "2019–2024 change",
      "barWidth": 18,
      "data": [
        { "value": 8.96, "itemStyle": { "color": "#4C78A8" } },
        { "value": 7.36, "itemStyle": { "color": "#4C78A8" } },
        { "value": 2.83, "itemStyle": { "color": "#4C78A8" } },
        { "value": 2.12, "itemStyle": { "color": "#4C78A8" } },
        { "value": 0.1, "itemStyle": { "color": "#4C78A8" } },
        { "value": 0.08, "itemStyle": { "color": "#B85C38" } },
        { "value": -1.53, "itemStyle": { "color": "#4C78A8" } }
      ],
      "label": {
        "show": true,
        "position": "right",
        "fontSize": 11,
        "color": "#17212b"
      },
      "markLine": {
        "silent": true,
        "symbol": "none",
        "lineStyle": { "color": "#6b7280", "type": "solid", "width": 1 },
        "data": [{ "xAxis": 0 }]
      }
    }
  ]
}
