{
  "backgroundColor": "#ffffff",
  "color": ["#9f1239", "#e11d48"],
  "title": {
    "text": "Ukraine general-government balance",
    "left": "center",
    "textStyle": { "fontSize": 16, "color": "#17212b", "fontWeight": 600 }
  },
  "legend": {
    "top": 36,
    "data": ["Through 2024", "WEO projection"]
  },
  "grid": { "top": 80, "left": 56, "right": 24, "bottom": 56, "containLabel": true },
  "tooltip": { "trigger": "axis" },
  "xAxis": {
    "type": "category",
    "data": ["2019", "2020", "2021", "2022", "2023", "2024", "2025", "2026", "2027"],
    "axisLabel": { "color": "#334155" }
  },
  "yAxis": {
    "type": "value",
    "name": "Percent of GDP",
    "nameLocation": "middle",
    "nameGap": 42,
    "min": -26,
    "max": 2,
    "splitLine": { "lineStyle": { "color": "#e5e7eb" } }
  },
  "series": [
    {
      "name": "Through 2024",
      "type": "bar",
      "barMaxWidth": 28,
      "data": [-2.08, -5.92, -3.97, -15.6, -19.34, -17.2, null, null, null],
      "itemStyle": { "color": "#9f1239" },
      "label": { "show": false }
    },
    {
      "name": "WEO projection",
      "type": "bar",
      "barMaxWidth": 28,
      "data": [null, null, null, null, null, null, -23.32, -18.44, -17.68],
      "itemStyle": { "color": "#fda4af", "borderColor": "#9f1239", "borderWidth": 2, "borderType": "dashed" },
      "label": { "show": false }
    }
  ]
}
