{
  "title": {
    "text": "Same chip cycle, different 2025: Korea vs Taiwan",
    "subtext": "IMF WEO 2025 estimates, percent",
    "left": 0,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 12,
      "color": "#4a5560"
    }
  },
  "legend": {
    "data": [
      "South Korea",
      "Taiwan"
    ],
    "top": 52,
    "left": 0,
    "itemWidth": 16
  },
  "grid": {
    "top": 96,
    "left": 48,
    "right": 24,
    "bottom": 40
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "xAxis": {
    "type": "value",
    "name": "Percent",
    "splitLine": {
      "lineStyle": {
        "color": "#e6eaee"
      }
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Export volume growth",
      "Real GDP growth"
    ],
    "axisLabel": {
      "fontSize": 13
    }
  },
  "series": [
    {
      "name": "South Korea",
      "type": "bar",
      "data": [
        4.22,
        1.01
      ],
      "itemStyle": {
        "color": "#0b4f6c"
      },
      "barMaxWidth": 28,
      "label": {
        "show": true,
        "position": "right",
        "formatter": "{c}%",
        "fontSize": 12
      }
    },
    {
      "name": "Taiwan",
      "type": "bar",
      "data": [
        31.82,
        8.68
      ],
      "itemStyle": {
        "color": "#d97827"
      },
      "barMaxWidth": 28,
      "label": {
        "show": true,
        "position": "right",
        "formatter": "{c}%",
        "fontSize": 12
      }
    }
  ]
}