{
  "backgroundColor": "#ffffff",
  "title": {
    "text": "China's consumer prices have been essentially flat",
    "left": 0,
    "top": 8,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "legend": {
    "top": 52,
    "left": 0,
    "data": [
      "China",
      "United States",
      "China (projection)",
      "United States (projection)"
    ],
    "textStyle": {
      "fontSize": 12,
      "color": "#334155"
    }
  },
  "grid": {
    "left": 58,
    "right": 24,
    "top": 100,
    "bottom": 52
  },
  "tooltip": {
    "trigger": "axis"
  },
  "xAxis": {
    "type": "value",
    "min": 2000,
    "max": 2031,
    "interval": 5,
    "name": "Year",
    "nameLocation": "middle",
    "nameGap": 30,
    "axisLabel": {
      "formatter": "{value}"
    },
    "splitLine": {
      "show": false
    },
    "axisLine": {
      "lineStyle": {
        "color": "#94a3b8"
      }
    }
  },
  "yAxis": {
    "type": "value",
    "name": "Average consumer prices, percent change",
    "nameLocation": "middle",
    "nameGap": 42,
    "axisLabel": {
      "formatter": "{value}"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    },
    "axisLine": {
      "show": false
    }
  },
  "series": [
    {
      "name": "China",
      "type": "line",
      "showSymbol": true,
      "symbol": "circle",
      "symbolSize": 7,
      "lineStyle": {
        "width": 2.6,
        "type": "solid",
        "color": "#0F6C8C"
      },
      "itemStyle": {
        "color": "#0F6C8C"
      },
      "data": [
        [
          2000,
          0.3515
        ],
        [
          2001,
          0.7238
        ],
        [
          2002,
          -0.7664
        ],
        [
          2003,
          1.1617
        ],
        [
          2004,
          3.8931
        ],
        [
          2005,
          1.8094
        ],
        [
          2006,
          1.467
        ],
        [
          2007,
          4.7736
        ],
        [
          2008,
          5.8447
        ],
        [
          2009,
          -0.6918
        ],
        [
          2010,
          3.3303
        ],
        [
          2011,
          5.4161
        ],
        [
          2012,
          2.6207
        ],
        [
          2013,
          2.6255
        ],
        [
          2014,
          1.9947
        ],
        [
          2015,
          1.4425
        ],
        [
          2016,
          1.9962
        ],
        [
          2017,
          1.579
        ],
        [
          2018,
          2.0916
        ],
        [
          2019,
          2.905
        ],
        [
          2020,
          2.4903
        ],
        [
          2021,
          0.9186
        ],
        [
          2022,
          1.9763
        ],
        [
          2023,
          0.2279
        ],
        [
          2024,
          0.2119
        ],
        [
          2025,
          0.0492
        ]
      ],
      "z": 3
    },
    {
      "name": "China (projection)",
      "type": "line",
      "showSymbol": true,
      "symbol": "circle",
      "symbolSize": 6,
      "lineStyle": {
        "width": 2,
        "type": "dashed",
        "color": "#0F6C8C"
      },
      "itemStyle": {
        "color": "#0F6C8C"
      },
      "data": [
        [
          2025,
          0.0492
        ],
        [
          2026,
          1.2157
        ],
        [
          2027,
          1.5143
        ],
        [
          2028,
          1.8046
        ],
        [
          2029,
          1.9016
        ],
        [
          2030,
          1.9966
        ],
        [
          2031,
          1.9922
        ]
      ],
      "z": 2
    },
    {
      "name": "United States",
      "type": "line",
      "showSymbol": true,
      "symbol": "triangle",
      "symbolSize": 7,
      "lineStyle": {
        "width": 2.6,
        "type": "solid",
        "color": "#1F3A5F"
      },
      "itemStyle": {
        "color": "#1F3A5F"
      },
      "data": [
        [
          2000,
          3.3667
        ],
        [
          2001,
          2.8166
        ],
        [
          2002,
          1.5957
        ],
        [
          2003,
          2.298
        ],
        [
          2004,
          2.6676
        ],
        [
          2005,
          3.3658
        ],
        [
          2006,
          3.2221
        ],
        [
          2007,
          2.8706
        ],
        [
          2008,
          3.815
        ],
        [
          2009,
          -0.3204
        ],
        [
          2010,
          1.6366
        ],
        [
          2011,
          3.1397
        ],
        [
          2012,
          2.0732
        ],
        [
          2013,
          1.466
        ],
        [
          2014,
          1.6155
        ],
        [
          2015,
          0.1211
        ],
        [
          2016,
          1.2674
        ],
        [
          2017,
          2.1314
        ],
        [
          2018,
          2.439
        ],
        [
          2019,
          1.8133
        ],
        [
          2020,
          1.2529
        ],
        [
          2021,
          4.6812
        ],
        [
          2022,
          7.9908
        ],
        [
          2023,
          4.127
        ],
        [
          2024,
          2.9521
        ],
        [
          2025,
          2.7295
        ]
      ],
      "z": 3
    },
    {
      "name": "United States (projection)",
      "type": "line",
      "showSymbol": true,
      "symbol": "triangle",
      "symbolSize": 6,
      "lineStyle": {
        "width": 2,
        "type": "dashed",
        "color": "#1F3A5F"
      },
      "itemStyle": {
        "color": "#1F3A5F"
      },
      "data": [
        [
          2025,
          2.7295
        ],
        [
          2026,
          3.2279
        ],
        [
          2027,
          2.1413
        ],
        [
          2028,
          2.1837
        ],
        [
          2029,
          2.1879
        ],
        [
          2030,
          2.1898
        ],
        [
          2031,
          2.1842
        ]
      ],
      "z": 2
    },
    {
      "name": "zero",
      "type": "line",
      "markLine": {
        "silent": true,
        "symbol": "none",
        "lineStyle": {
          "color": "#94a3b8",
          "type": "dotted",
          "width": 1
        },
        "data": [
          {
            "yAxis": 0,
            "label": {
              "show": false
            }
          }
        ]
      },
      "data": []
    },
    {
      "name": "IMF projections",
      "type": "line",
      "markArea": {
        "silent": true,
        "itemStyle": {
          "color": "rgba(15,108,140,0.08)"
        },
        "data": [
          [
            {
              "xAxis": 2025.5,
              "label": {
                "show": true,
                "formatter": "IMF projections",
                "position": "insideTop",
                "color": "#475569",
                "fontSize": 11
              }
            },
            {
              "xAxis": 2031
            }
          ]
        ]
      },
      "data": []
    }
  ]
}
