{
  "title": {
    "text": "Haiti\u2019s real economy has contracted every year since 2019",
    "left": "center",
    "textStyle": {
      "fontSize": 15,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "legend": {
    "bottom": 8,
    "data": [
      "IMF historical estimate",
      "IMF projection"
    ]
  },
  "grid": {
    "left": 56,
    "right": 24,
    "top": 48,
    "bottom": 64
  },
  "xAxis": {
    "type": "category",
    "data": [
      "2015",
      "2016",
      "2017",
      "2018",
      "2019",
      "2020",
      "2021",
      "2022",
      "2023",
      "2024",
      "2025",
      "2026"
    ],
    "name": "Year"
  },
  "yAxis": {
    "type": "value",
    "name": "% change in real GDP",
    "nameLocation": "middle",
    "nameGap": 36
  },
  "series": [
    {
      "name": "IMF historical estimate",
      "type": "bar",
      "itemStyle": {"color": "#9b2c3a"},
      "data": [
        {
          "value": 2.562509,
          "itemStyle": {
            "color": "#2c6e49"
          }
        },
        {
          "value": 1.812468,
          "itemStyle": {
            "color": "#2c6e49"
          }
        },
        {
          "value": 2.510271,
          "itemStyle": {
            "color": "#2c6e49"
          }
        },
        {
          "value": 1.667811,
          "itemStyle": {
            "color": "#2c6e49"
          }
        },
        {
          "value": -1.684595,
          "itemStyle": {
            "color": "#9b2c3a"
          }
        },
        {
          "value": -3.343373,
          "itemStyle": {
            "color": "#9b2c3a"
          }
        },
        {
          "value": -1.79824,
          "itemStyle": {
            "color": "#9b2c3a"
          }
        },
        {
          "value": -1.681984,
          "itemStyle": {
            "color": "#9b2c3a"
          }
        },
        {
          "value": -1.863899,
          "itemStyle": {
            "color": "#9b2c3a"
          }
        },
        {
          "value": -4.184937,
          "itemStyle": {
            "color": "#9b2c3a"
          }
        },
        null,
        null
      ],
      "barMaxWidth": 28
    },
    {
      "name": "IMF projection",
      "type": "bar",
      "itemStyle": {"color": "#c47a3a"},
      "data": [
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        null,
        {
          "value": -2.712911,
          "itemStyle": {
            "color": "#c47a3a",
            "borderColor": "#7a4a16",
            "borderWidth": 1
          }
        },
        {
          "value": -1.7,
          "itemStyle": {
            "color": "#c47a3a",
            "borderColor": "#7a4a16",
            "borderWidth": 1
          }
        }
      ],
      "barMaxWidth": 28
    }
  ]
}
