{
  "title": {
    "text": "Japan's 3% yield is arriving with 3% inflation, unlike 1996",
    "left": 0,
    "textStyle": {
      "fontSize": 16,
      "color": "#17212b",
      "fontWeight": 600
    }
  },
  "grid": {
    "top": 56,
    "left": 52,
    "right": 24,
    "bottom": 48
  },
  "tooltip": {
    "trigger": "axis"
  },
  "xAxis": {
    "type": "category",
    "data": [
      "1990",
      "1991",
      "1992",
      "1993",
      "1994",
      "1995",
      "1996",
      "1997",
      "1998",
      "1999",
      "2000",
      "2001",
      "2002",
      "2003",
      "2004",
      "2005",
      "2006",
      "2007",
      "2008",
      "2009",
      "2010",
      "2011",
      "2012",
      "2013",
      "2014",
      "2015",
      "2016",
      "2017",
      "2018",
      "2019",
      "2020",
      "2021",
      "2022",
      "2023",
      "2024",
      "2025",
      "2026"
    ],
    "axisLabel": {
      "interval": 4
    }
  },
  "yAxis": {
    "type": "value",
    "name": "Average CPI, % change",
    "min": -2,
    "max": 4,
    "splitLine": {
      "lineStyle": {
        "color": "#e6edf2"
      }
    }
  },
  "series": [
    {
      "name": "Japan CPI inflation",
      "type": "line",
      "data": [
        3.07,
        3.27,
        1.73,
        1.25,
        0.69,
        -0.09,
        0.14,
        1.7,
        0.65,
        -0.35,
        -0.69,
        -0.69,
        -0.9,
        -0.26,
        -0.01,
        -0.29,
        0.26,
        0.05,
        1.38,
        -1.33,
        -0.74,
        -0.28,
        -0.05,
        0.33,
        2.76,
        0.8,
        -0.12,
        0.49,
        0.99,
        0.47,
        -0.03,
        -0.24,
        2.5,
        3.27,
        2.74,
        3.17,
        2.24
      ],
      "showSymbol": false,
      "lineStyle": {
        "width": 2.5,
        "color": "#1d4f91"
      },
      "itemStyle": {
        "color": "#1d4f91"
      },
      "markLine": {
        "silent": true,
        "symbol": "none",
        "data": [
          {
            "yAxis": 0,
            "lineStyle": {
              "color": "#7a8a99",
              "type": "solid",
              "width": 1
            }
          }
        ],
        "label": {
          "show": false
        }
      }
    }
  ]
}