{
  "title": {
    "text": "The Afghan state collects and spends a smaller share of a smaller economy",
    "left": 0,
    "textStyle": {
      "fontSize": 15,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "legend": {
    "top": 34,
    "left": 0,
    "data": ["Government revenue", "Government expenditure"]
  },
  "grid": {
    "left": 48,
    "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": "% of GDP",
    "nameLocation": "middle",
    "nameGap": 32,
    "min": 10,
    "max": 35,
    "axisLabel": {
      "color": "#334155"
    },
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    }
  },
  "series": [
    {
      "name": "Government revenue",
      "type": "line",
      "data": [24.57, 28.16, 27.06, 30.57, 26.94, 25.69, 17.45, 15.12, 15.64, 19.12, 19.12],
      "symbol": "circle",
      "symbolSize": 8,
      "itemStyle": {
        "color": "#1f4e79"
      },
      "lineStyle": {
        "width": 2.5,
        "color": "#1f4e79"
      }
    },
    {
      "name": "Government expenditure",
      "type": "line",
      "data": [25.95, 28.03, 27.73, 28.94, 28.0, 27.94, 17.93, 16.12, 16.97, 19.67, 20.01],
      "symbol": "triangle",
      "symbolSize": 8,
      "itemStyle": {
        "color": "#2a9d8f"
      },
      "lineStyle": {
        "width": 2.5,
        "type": "dashed",
        "color": "#2a9d8f"
      }
    }
  ]
}
