{
  "backgroundColor": "#ffffff",
  "title": {
    "text": "China still invests far more of GDP than other large economies",
    "subtext": "Total investment, percent of GDP, 2025 (IMF WEO completed-year estimate).",
    "left": 0,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 12,
      "color": "#5B6A7A"
    }
  },
  "grid": {
    "left": 8,
    "right": 36,
    "top": 72,
    "bottom": 24,
    "containLabel": true
  },
  "tooltip": {
    "trigger": "axis",
    "axisPointer": {
      "type": "shadow"
    }
  },
  "xAxis": {
    "type": "value",
    "name": "% of GDP",
    "nameTextStyle": {
      "color": "#5B6A7A"
    },
    "axisLabel": {
      "color": "#5B6A7A"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e6eaee"
      }
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "United States",
      "Germany",
      "Japan",
      "India",
      "China"
    ],
    "axisLabel": {
      "color": "#17212b"
    },
    "inverse": false
  },
  "series": [
    {
      "name": "Total investment",
      "type": "bar",
      "data": [
        {"value": 21.36, "itemStyle": {"color": "#6B7C8A", "borderRadius": [0, 4, 4, 0]}},
        {"value": 21.93, "itemStyle": {"color": "#6B7C8A", "borderRadius": [0, 4, 4, 0]}},
        {"value": 27.73, "itemStyle": {"color": "#6B7C8A", "borderRadius": [0, 4, 4, 0]}},
        {"value": 33.85, "itemStyle": {"color": "#6B7C8A", "borderRadius": [0, 4, 4, 0]}},
        {"value": 38.8, "itemStyle": {"color": "#0B4F6C", "borderRadius": [0, 4, 4, 0]}}
      ],
      "barWidth": 18,
      "itemStyle": {
        "color": "#0B4F6C"
      },
      "label": {
        "show": true,
        "position": "right",
        "color": "#17212b"
      }
    }
  ]
}
