{
  "title": {
    "text": "Five-year real GDP change, 2019 to 2024",
    "left": 8,
    "top": 8,
    "textStyle": {
      "fontSize": 16,
      "color": "#17212b",
      "fontWeight": 600
    }
  },
  "grid": {
    "left": 120,
    "right": 56,
    "top": 52,
    "bottom": 40
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "xAxis": {
    "type": "value",
    "name": "Percent change in real GDP",
    "nameLocation": "middle",
    "nameGap": 28,
    "min": 0,
    "max": 14,
    "axisLabel": {
      "color": "#17212b"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e6edf2"
      }
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "United States",
      "Canada",
      "Spain",
      "Italy",
      "France",
      "United Kingdom",
      "Japan",
      "Germany"
    ],
    "inverse": true,
    "axisLabel": {
      "color": "#17212b"
    },
    "axisTick": {
      "show": false
    }
  },
  "series": [
    {
      "type": "bar",
      "name": "Real GDP, 2019-2024",
      "data": [
        {
          "value": 12.76,
          "itemStyle": {
            "color": "#4c6a92"
          }
        },
        {
          "value": 9.59,
          "itemStyle": {
            "color": "#4c6a92"
          }
        },
        {
          "value": 7.13,
          "itemStyle": {
            "color": "#4c6a92"
          }
        },
        {
          "value": 5.84,
          "itemStyle": {
            "color": "#4c6a92"
          }
        },
        {
          "value": 4.22,
          "itemStyle": {
            "color": "#4c6a92"
          }
        },
        {
          "value": 4.06,
          "itemStyle": {
            "color": "#4c6a92"
          }
        },
        {
          "value": 0.93,
          "itemStyle": {
            "color": "#4c6a92"
          }
        },
        {
          "value": 0.04,
          "itemStyle": {
            "color": "#9b2226"
          }
        }
      ],
      "barWidth": 18,
      "label": {
        "show": true,
        "position": "right",
        "color": "#17212b",
        "formatter": "{c}%"
      }
    }
  ]
}
