{
  "title": {
    "text": "India overtook China in 2021",
    "left": "center",
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "legend": {
    "bottom": 0,
    "data": [
      "China",
      "India"
    ]
  },
  "grid": {
    "left": 56,
    "right": 24,
    "top": 48,
    "bottom": 56,
    "containLabel": true
  },
  "xAxis": {
    "type": "category",
    "name": "Year",
    "data": [
      "1980",
      "1981",
      "1982",
      "1983",
      "1984",
      "1985",
      "1986",
      "1987",
      "1988",
      "1989",
      "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"
    ],
    "axisLabel": {
      "interval": 9
    },
    "axisTick": {
      "alignWithLabel": true
    }
  },
  "yAxis": {
    "type": "value",
    "name": "Million people",
    "min": 0,
    "max": 1600,
    "splitNumber": 8
  },
  "series": [
    {
      "name": "China",
      "type": "line",
      "showSymbol": false,
      "symbol": "circle",
      "itemStyle": {
        "color": "#c23b22"
      },
      "lineStyle": {
        "width": 2.5,
        "color": "#c23b22"
      },
      "data": [
        987.05,
        1000.72,
        1016.54,
        1030.08,
        1043.57,
        1058.51,
        1075.07,
        1093.0,
        1110.26,
        1127.04,
        1143.33,
        1158.23,
        1171.71,
        1185.17,
        1198.5,
        1211.21,
        1223.89,
        1236.26,
        1247.61,
        1257.86,
        1267.43,
        1276.27,
        1284.53,
        1292.27,
        1299.88,
        1307.56,
        1314.48,
        1321.29,
        1328.02,
        1334.5,
        1340.91,
        1349.16,
        1359.22,
        1367.26,
        1376.46,
        1383.26,
        1392.32,
        1400.11,
        1405.41,
        1410.08,
        1412.12,
        1412.6,
        1411.75,
        1409.67,
        1408.28
      ],
      "markLine": {
        "symbol": "none",
        "label": {
          "formatter": "2021 peak / crossover",
          "color": "#445"
        },
        "lineStyle": {
          "type": "dashed",
          "color": "#667"
        },
        "data": [
          {
            "xAxis": "2021"
          }
        ]
      }
    },
    {
      "name": "India",
      "type": "line",
      "showSymbol": false,
      "symbol": "diamond",
      "itemStyle": {
        "color": "#1f6aa5"
      },
      "lineStyle": {
        "width": 2.5,
        "color": "#1f6aa5",
        "type": "solid"
      },
      "data": [
        687.354026,
        703.69625,
        720.313473,
        737.372681,
        754.875449,
        772.647793,
        790.689978,
        808.93127,
        827.34299,
        846.039529,
        864.972222,
        883.927601,
        902.95707,
        922.118387,
        941.163768,
        960.301044,
        979.678459,
        999.133762,
        1018.66508,
        1038.225823,
        1057.922733,
        1077.898575,
        1097.600381,
        1116.803006,
        1135.991514,
        1154.676322,
        1172.87889,
        1190.676021,
        1207.930964,
        1225.524753,
        1243.481564,
        1261.224955,
        1278.674503,
        1295.829511,
        1312.277192,
        1328.024498,
        1343.944296,
        1359.6574,
        1374.659064,
        1389.030312,
        1402.617696,
        1414.203896,
        1425.423213,
        1438.069596,
        1450.935791
      ]
    }
  ]
}
