{
  "title": {
    "text": "South Korea: savings stayed high; investment fell",
    "subtext": "Percent of GDP, 2010\u20132026",
    "left": 0,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 12,
      "color": "#4a5560"
    }
  },
  "legend": {
    "data": [
      "Gross national savings",
      "Total investment"
    ],
    "top": 52,
    "left": 0,
    "itemWidth": 16
  },
  "grid": {
    "top": 96,
    "left": 52,
    "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
    }
  },
  "yAxis": {
    "type": "value",
    "name": "Percent of GDP",
    "min": 24,
    "max": 40,
    "nameLocation": "middle",
    "nameGap": 36,
    "splitLine": {
      "lineStyle": {
        "color": "#e6eaee"
      }
    }
  },
  "series": [
    {
      "name": "Gross national savings",
      "type": "line",
      "data": [
        35.06,
        34.46,
        34.44,
        34.64,
        34.69,
        35.91,
        36.38,
        36.52,
        35.46,
        34.36,
        35.88,
        36.72,
        34.42,
        33.5,
        35.3,
        35.7,
        34.76
      ],
      "symbol": "circle",
      "symbolSize": 7,
      "lineStyle": {
        "width": 3,
        "color": "#0b4f6c"
      },
      "itemStyle": {
        "color": "#0b4f6c"
      }
    },
    {
      "name": "Total investment",
      "type": "line",
      "data": [
        32.78,
        33.26,
        31.21,
        29.9,
        29.79,
        29.31,
        29.98,
        31.97,
        31.25,
        31.2,
        31.52,
        32.49,
        33.33,
        31.89,
        29.97,
        29.13,
        29.18
      ],
      "symbol": "diamond",
      "symbolSize": 8,
      "lineStyle": {
        "width": 3,
        "color": "#c43d4b"
      },
      "itemStyle": {
        "color": "#c43d4b"
      }
    }
  ],
  "graphic": [
    {
      "type": "text",
      "left": 52,
      "bottom": 8,
      "style": {
        "text": "*2026 is an IMF outlook projection, not a realized annual outturn.",
        "fill": "#5b6770",
        "fontSize": 11
      }
    }
  ]
}