{
  "title": {
    "text": "Afghanistan’s output recovered a little. Output per person did not.",
    "left": 0,
    "textStyle": {
      "fontSize": 15,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "legend": {
    "top": 34,
    "left": 0,
    "data": ["Real GDP", "Real GDP per person"]
  },
  "grid": {
    "left": 52,
    "right": 16,
    "top": 72,
    "bottom": 40
  },
  "xAxis": {
    "type": "category",
    "data": ["2015", "2016", "2017", "2018", "2019", "2020", "2021", "2022", "2023", "2024", "2025"],
    "axisLabel": {
      "color": "#334155"
    },
    "axisLine": {
      "lineStyle": {
        "color": "#94a3b8"
      }
    }
  },
  "yAxis": {
    "type": "value",
    "name": "Index, 2019 = 100",
    "nameLocation": "middle",
    "nameGap": 36,
    "min": 65,
    "max": 105,
    "axisLabel": {
      "color": "#334155"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    }
  },
  "series": [
    {
      "name": "Real GDP",
      "type": "line",
      "data": [90.69, 92.65, 95.1, 96.24, 100.0, 97.65, 83.45, 78.24, 80.02, 81.51, 83.96],
      "symbol": "circle",
      "symbolSize": 8,
      "itemStyle": {
        "color": "#1f4e79"
      },
      "lineStyle": {
        "width": 2.5,
        "color": "#1f4e79"
      }
    },
    {
      "name": "Real GDP per person",
      "type": "line",
      "data": [101.48, 101.03, 100.78, 99.08, 100.0, 94.64, 78.6, 72.82, 72.9, 72.19, 72.33],
      "symbol": "diamond",
      "symbolSize": 8,
      "itemStyle": {
        "color": "#c45c26"
      },
      "lineStyle": {
        "width": 2.5,
        "type": "dashed",
        "color": "#c45c26"
      }
    }
  ]
}
