{
  "title": {
    "text": "Export volumes kept falling after 2022; import volumes bounced back",
    "left": 8,
    "top": 8,
    "textStyle": {
      "fontSize": 15,
      "fontWeight": 600,
      "color": "#17212b",
      "width": 960,
      "overflow": "break"
    }
  },
  "legend": {
    "top": 48,
    "left": 8,
    "itemWidth": 14,
    "textStyle": { "color": "#17212b" }
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": { "type": "shadow" }
  },
  "grid": {
    "top": 84,
    "left": 16,
    "right": 24,
    "bottom": 48,
    "containLabel": true
  },
  "xAxis": {
    "type": "category",
    "name": "Year",
    "nameLocation": "middle",
    "nameGap": 28,
    "data": ["2018", "2019", "2020", "2021", "2022", "2023", "2024"],
    "axisLabel": { "color": "#334155" },
    "axisTick": { "alignWithLabel": true }
  },
  "yAxis": {
    "type": "value",
    "name": "Annual % change",
    "nameLocation": "end",
    "min": -20,
    "max": 20,
    "axisLabel": { "color": "#334155" },
    "splitLine": { "lineStyle": { "color": "#e2e8f0" } }
  },
  "series": [
    {
      "name": "Export volume",
      "type": "bar",
      "data": [5.103, -3.349, -4.396, 0.574, -8.402, -12.036, -1.782],
      "itemStyle": { "color": "#c2410c" },
      "barMaxWidth": 28,
      "emphasis": { "focus": "series" }
    },
    {
      "name": "Import volume",
      "type": "bar",
      "data": [2.692, 2.815, -11.827, 16.64, -13.899, 7.834, 18.022],
      "itemStyle": { "color": "#0f766e" },
      "barMaxWidth": 28,
      "emphasis": { "focus": "series" }
    }
  ]
}
