{
  "title": {
    "text": "Canada's current account was already in deficit",
    "left": 0,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "legend": {
    "top": 28,
    "right": 0,
    "textStyle": {
      "color": "#44515c",
      "fontSize": 12
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "grid": {
    "left": 56,
    "right": 28,
    "top": 72,
    "bottom": 48
  },
  "xAxis": {
    "type": "category",
    "data": [
      2000,
      2001,
      2002,
      2003,
      2004,
      2005,
      2006,
      2007,
      2008,
      2009,
      2010,
      2011,
      2012,
      2013,
      2014,
      2015,
      2016,
      2017,
      2018,
      2019,
      2020,
      2021,
      2022,
      2023,
      2024,
      2025
    ],
    "axisLabel": {
      "color": "#44515c",
      "interval": 4
    },
    "axisTick": {
      "alignWithLabel": true
    }
  },
  "yAxis": {
    "type": "value",
    "name": "Billion US dollars",
    "nameLocation": "middle",
    "nameGap": 42,
    "nameTextStyle": {
      "color": "#44515c",
      "fontSize": 12
    },
    "axisLabel": {
      "color": "#44515c"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e4e9ee"
      }
    },
    "min": -30,
    "max": 30
  },
  "series": [
    {
      "type": "line",
      "name": "Current account",
      "data": [
        18.99,
        16.351,
        13.191,
        11.026,
        24.072,
        22.619,
        19.064,
        12.094,
        2.287,
        -40.047,
        -57.616,
        -48.633,
        -64.62,
        -58.011,
        -41.891,
        -54.402,
        -47.188,
        -46.226,
        -41.01,
        -34.054,
        -33.396,
        -0.388,
        -10.082,
        -15.134,
        -10.935,
        -21.748
      ],
      "showSymbol": true,
      "symbolSize": 6,
      "lineStyle": {
        "width": 2,
        "color": "#0b4f6c"
      },
      "itemStyle": {
        "color": "#0b4f6c"
      },
      "markLine": {
        "silent": true,
        "symbol": "none",
        "label": {
          "show": true,
          "position": "insideEndTop",
          "formatter": "Reported $20bn list",
          "color": "#8a3b12",
          "fontSize": 11
        },
        "lineStyle": {
          "type": "dashed",
          "color": "#c45c26",
          "width": 1.5
        },
        "data": [
          {
            "yAxis": -20
          }
        ]
      }
    }
  ]
}
