{
  "backgroundColor": "#ffffff",
  "textStyle": {
    "color": "#1b2430",
    "fontFamily": "Source Sans 3, Noto Sans, Liberation Sans, sans-serif",
    "fontSize": 13
  },
  "grid": {
    "left": 52,
    "right": 16,
    "top": 24,
    "bottom": 40
  },
  "tooltip": {
    "trigger": "axis"
  },
  "xAxis": {
    "type": "category",
    "data": [
      2019,
      2020,
      2021,
      2022,
      2023,
      2024,
      2025,
      2026
    ],
    "axisLabel": {
      "color": "#6b7780",
      "fontSize": 12
    },
    "axisLine": {
      "lineStyle": {
        "color": "#c5ced4"
      }
    },
    "axisTick": {
      "show": false
    }
  },
  "yAxis": {
    "type": "value",
    "name": "Percent",
    "nameLocation": "middle",
    "nameGap": 36,
    "nameTextStyle": {
      "color": "#6b7780",
      "fontSize": 12
    },
    "axisLabel": {
      "color": "#6b7780",
      "fontSize": 12
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e6eaed"
      }
    },
    "axisLine": {
      "show": false
    },
    "axisTick": {
      "show": false
    }
  },
  "series": [
    {
      "name": "Real GDP growth",
      "type": "bar",
      "data": [
        {
          "value": 3.58,
          "itemStyle": {
            "color": "#0b6e7a"
          }
        },
        {
          "value": -1.8,
          "itemStyle": {
            "color": "#a33b32"
          }
        },
        {
          "value": 9.34,
          "itemStyle": {
            "color": "#0b6e7a"
          }
        },
        {
          "value": 6.36,
          "itemStyle": {
            "color": "#0b6e7a"
          }
        },
        {
          "value": 2.06,
          "itemStyle": {
            "color": "#0b6e7a"
          }
        },
        {
          "value": 0.95,
          "itemStyle": {
            "color": "#c45c26"
          }
        },
        {
          "value": 2.93,
          "itemStyle": {
            "color": "#0b6e7a"
          }
        },
        {
          "value": 3.53,
          "itemStyle": {
            "color": "#0b6e7a"
          }
        }
      ],
      "barWidth": "55%",
      "markLine": {
        "silent": true,
        "symbol": "none",
        "lineStyle": {
          "color": "#6b7780",
          "type": "solid",
          "width": 1
        },
        "data": [
          {
            "yAxis": 0
          }
        ],
        "label": {
          "show": false
        }
      }
    }
  ]
}
