{
  "title": {
    "text": "A larger economy is not the same as richer residents",
    "subtext": "Percent change, 2019\u20132025. IMF World Economic Outlook.",
    "left": 8,
    "textStyle": {
      "fontSize": 16,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 12,
      "color": "#4a5568"
    }
  },
  "legend": {
    "top": 52,
    "data": [
      "Real GDP",
      "Real GDP per person (PPP)"
    ]
  },
  "grid": {
    "left": 48,
    "right": 16,
    "top": 88,
    "bottom": 56
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "xAxis": {
    "type": "category",
    "data": [
      "United States",
      "Canada",
      "Italy",
      "United Kingdom",
      "France",
      "Japan",
      "Germany"
    ],
    "axisLabel": {
      "interval": 0,
      "rotate": 18,
      "fontSize": 11
    }
  },
  "yAxis": {
    "type": "value",
    "name": "Percent change",
    "nameLocation": "middle",
    "nameGap": 32,
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    }
  },
  "series": [
    {
      "name": "Real GDP",
      "type": "bar",
      "data": [
        15.14,
        11.5,
        6.41,
        5.44,
        5.19,
        2.13,
        0.28
      ],
      "itemStyle": {
        "color": "#4c78a8"
      },
      "barMaxWidth": 22
    },
    {
      "name": "Real GDP per person (PPP)",
      "type": "bar",
      "data": [
        10.65,
        0.66,
        8.0,
        1.1,
        2.75,
        4.56,
        -1.31
      ],
      "itemStyle": {
        "color": "#0f3b66"
      },
      "barMaxWidth": 22
    }
  ]
}
