{
  "title": {
    "text": "Current-dollar GDP: United States still pulling away from China",
    "left": 8,
    "textStyle": { "fontSize": 15, "fontWeight": 600, "color": "#17212b" }
  },
  "tooltip": { "trigger": "axis" },
  "legend": {
    "top": 32,
    "data": ["United States", "China"]
  },
  "grid": { "top": 72, "left": 56, "right": 24, "bottom": 48, "containLabel": true },
  "xAxis": {
    "type": "category",
    "name": "Year",
    "nameLocation": "middle",
    "nameGap": 28,
    "data": ["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"],
    "axisLabel": { "interval": 4 }
  },
  "yAxis": {
    "type": "value",
    "name": "Trillions of current US dollars",
    "nameLocation": "middle",
    "nameGap": 40,
    "min": 0
  },
  "series": [
    {
      "name": "United States",
      "type": "line",
      "symbol": "circle",
      "symbolSize": 7,
      "lineStyle": { "width": 2.5, "type": "solid", "color": "#0b3d91" },
      "itemStyle": { "color": "#0b3d91" },
      "data": [10.25,10.58,10.93,11.46,12.22,13.04,13.82,14.47,14.77,14.48,15.05,15.6,16.25,16.88,17.61,18.3,18.8,19.61,20.66,21.54,21.38,23.73,26.05,27.81,29.3,30.77]
    },
    {
      "name": "China",
      "type": "line",
      "symbol": "diamond",
      "symbolSize": 8,
      "lineStyle": { "width": 2.5, "type": "dashed", "color": "#c43c3c" },
      "itemStyle": { "color": "#c43c3c" },
      "data": [1.22,1.35,1.49,1.68,1.98,2.33,2.8,3.61,4.66,5.18,6.14,7.63,8.68,9.79,10.7,11.31,11.45,12.52,14.11,14.59,15.11,18.18,18.34,18.37,18.95,19.63]
    }
  ]
}
