{
  "backgroundColor": "#ffffff",
  "color": ["#1d4e89", "#7a90a8"],
  "title": {
    "text": "Ukraine real GDP, 2021 = 100",
    "left": "center",
    "textStyle": { "fontSize": 16, "color": "#17212b", "fontWeight": 600 }
  },
  "legend": {
    "top": 36,
    "data": ["IMF accounts through 2024", "IMF projections, 2025–31"]
  },
  "grid": { "top": 80, "left": 56, "right": 28, "bottom": 72, "containLabel": true },
  "tooltip": { "trigger": "axis" },
  "xAxis": {
    "type": "category",
    "data": ["2008","2009","2010","2011","2012","2013","2014","2015","2016","2017","2018","2019","2020","2021","2022","2023","2024","2025","2026","2027","2028","2029","2030","2031"],
    "axisLabel": { "rotate": 45, "color": "#334155", "interval": 1 },
    "axisTick": { "alignWithLabel": true }
  },
  "yAxis": {
    "type": "value",
    "name": "Index, 2021 = 100",
    "nameLocation": "middle",
    "nameGap": 42,
    "min": 60,
    "max": 125,
    "splitLine": { "lineStyle": { "color": "#e5e7eb" } }
  },
  "series": [
    {
      "name": "IMF accounts through 2024",
      "type": "line",
      "data": [118.29, 100.38, 104.49, 110.18, 110.35, 110.4, 99.4, 89.69, 91.88, 94.04, 97.32, 100.44, 96.67, 100.0, 71.24, 75.18, 77.63, null, null, null, null, null, null, null],
      "showSymbol": true,
      "symbol": "circle",
      "symbolSize": 7,
      "lineStyle": { "width": 3, "type": "solid" },
      "itemStyle": { "color": "#1d4e89" },
      "connectNulls": false,
      "markLine": {
        "silent": true,
        "symbol": "none",
        "lineStyle": { "color": "#64748b", "type": "dotted", "width": 1 },
        "data": [{ "yAxis": 100, "label": { "show": true, "formatter": "2021", "color": "#64748b" } }]
      }
    },
    {
      "name": "IMF projections, 2025–31",
      "type": "line",
      "data": [null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, 77.63, 79.02, 80.6, 83.43, 86.93, 90.32, 93.66, 97.03],
      "showSymbol": true,
      "symbol": "emptyCircle",
      "symbolSize": 7,
      "lineStyle": { "width": 3, "type": "dashed", "color": "#7a90a8" },
      "itemStyle": { "color": "#7a90a8" },
      "connectNulls": false
    }
  ]
}
