{
  "backgroundColor": "#ffffff",
  "title": {
    "text": "Real GDP growth, selected economies, 2023–2026",
    "left": 24,
    "top": 8,
    "textStyle": { "fontSize": 16, "fontWeight": 600, "color": "#17212b" }
  },
  "legend": {
    "top": 36,
    "left": 24,
    "data": ["Germany", "Austria", "France", "Italy", "Spain", "United States"]
  },
  "grid": { "left": 56, "right": 24, "top": 96, "bottom": 48 },
  "tooltip": { "trigger": "axis" },
  "xAxis": {
    "type": "category",
    "data": ["2023", "2024", "2025 estimate", "2026 projection"],
    "axisTick": { "alignWithLabel": true },
    "axisLabel": { "color": "#334155" }
  },
  "yAxis": {
    "type": "value",
    "name": "% change",
    "nameLocation": "middle",
    "nameGap": 40,
    "axisLabel": { "color": "#334155" },
    "splitLine": { "lineStyle": { "color": "#e2e8f0" } }
  },
  "series": [
    {
      "name": "Germany",
      "type": "bar",
      "data": [-0.9, -0.5, 0.2, 0.8],
      "itemStyle": { "color": "#1d4e89" }
    },
    {
      "name": "Austria",
      "type": "bar",
      "data": [-0.8, -0.7, 0.6, 0.7],
      "itemStyle": { "color": "#64748b" }
    },
    {
      "name": "France",
      "type": "bar",
      "data": [1.6, 1.1, 0.9, 0.9],
      "itemStyle": { "color": "#0f766e" }
    },
    {
      "name": "Italy",
      "type": "bar",
      "data": [0.9, 0.8, 0.5, 0.5],
      "itemStyle": { "color": "#7c3aed" }
    },
    {
      "name": "Spain",
      "type": "bar",
      "data": [2.5, 3.5, 2.8, 2.1],
      "itemStyle": { "color": "#c2410c" }
    },
    {
      "name": "United States",
      "type": "bar",
      "data": [2.9, 2.8, 2.1, 2.3],
      "itemStyle": { "color": "#b45309" }
    }
  ]
}
