{
  "title": {
    "text": "Japan in 1995 vs 2025",
    "subtext": "Percent. 2025 may still be an IMF estimate.",
    "left": 0,
    "textStyle": { "fontSize": 16, "fontWeight": 600, "color": "#17212b" },
    "subtextStyle": { "fontSize": 12, "color": "#4a5560" }
  },
  "legend": {
    "top": 48,
    "left": 0,
    "itemWidth": 16,
    "textStyle": { "fontSize": 12 }
  },
  "grid": { "top": 88, "left": 8, "right": 8, "bottom": 8, "containLabel": true },
  "tooltip": { "trigger": "axis", "axisPointer": { "type": "shadow" } },
  "xAxis": {
    "type": "category",
    "data": ["CPI inflation", "Real GDP growth", "Unemployment"],
    "axisLabel": { "fontSize": 11, "lineHeight": 14 },
    "axisTick": { "show": false }
  },
  "yAxis": {
    "type": "value",
    "name": "Percent",
    "axisLabel": { "fontSize": 11 },
    "splitLine": { "lineStyle": { "color": "#e6e8eb" } }
  },
  "series": [
    {
      "name": "1995",
      "type": "bar",
      "barGap": "30%",
      "barMaxWidth": 36,
      "data": [-0.1, 2.3, 3.2],
      "label": {
        "show": true,
        "position": "top",
        "fontSize": 11,
        "color": "#1f4e79"
      },
      "itemStyle": { "color": "#1f4e79" }
    },
    {
      "name": "2025",
      "type": "bar",
      "barMaxWidth": 36,
      "data": [3.2, 1.2, 2.5],
      "label": {
        "show": true,
        "position": "top",
        "fontSize": 11,
        "color": "#9a3412"
      },
      "itemStyle": {
        "color": "#c45c26",
        "decal": {
          "symbol": "rect",
          "dashArrayX": [1, 0],
          "dashArrayY": [2, 4],
          "rotation": 0.785,
          "color": "rgba(255,255,255,0.45)"
        }
      }
    }
  ]
}
