{
  "title": {
    "text": "South Korea: current-account surplus vs real GDP growth",
    "subtext": "Percent of GDP (surplus) and percent change (growth), 2010\u20132026",
    "left": 0,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 12,
      "color": "#4a5560"
    }
  },
  "legend": {
    "data": [
      "Current account (% of GDP)",
      "Real GDP growth (%)"
    ],
    "top": 52,
    "left": 0,
    "itemWidth": 16
  },
  "grid": {
    "top": 96,
    "left": 48,
    "right": 24,
    "bottom": 56
  },
  "tooltip": {
    "trigger": "axis"
  },
  "xAxis": {
    "type": "category",
    "data": [
      "2010",
      "2011",
      "2012",
      "2013",
      "2014",
      "2015",
      "2016",
      "2017",
      "2018",
      "2019",
      "2020",
      "2021",
      "2022",
      "2023",
      "2024",
      "2025",
      "2026*"
    ],
    "axisLabel": {
      "rotate": 45,
      "fontSize": 11
    },
    "name": "Year",
    "nameLocation": "middle",
    "nameGap": 36
  },
  "yAxis": {
    "type": "value",
    "name": "Percent",
    "nameLocation": "middle",
    "nameGap": 32,
    "axisLabel": {
      "formatter": "{value}"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e6eaee"
      }
    }
  },
  "series": [
    {
      "name": "Real GDP growth (%)",
      "type": "bar",
      "data": [
        6.98,
        3.69,
        2.55,
        3.29,
        3.21,
        2.92,
        3.17,
        3.43,
        3.18,
        2.31,
        -0.7,
        4.61,
        2.73,
        1.58,
        2.0,
        1.01,
        1.86
      ],
      "itemStyle": {
        "color": "#d97827"
      },
      "barMaxWidth": 18,
      "z": 1
    },
    {
      "name": "Current account (% of GDP)",
      "type": "line",
      "data": [
        2.34,
        1.27,
        3.65,
        5.39,
        5.34,
        6.83,
        6.2,
        4.4,
        4.25,
        3.41,
        4.37,
        4.32,
        1.29,
        1.76,
        5.33,
        6.57,
        5.58
      ],
      "symbol": "circle",
      "symbolSize": 7,
      "lineStyle": {
        "width": 3,
        "color": "#0b4f6c"
      },
      "itemStyle": {
        "color": "#0b4f6c"
      },
      "z": 2
    }
  ],
  "graphic": [
    {
      "type": "text",
      "left": 48,
      "bottom": 8,
      "style": {
        "text": "*2026 is an IMF outlook projection, not a realized annual outturn.",
        "fill": "#5b6770",
        "fontSize": 11
      }
    }
  ]
}