{
  "title": {
    "text": "In cash per resident, Ireland now collects more than France",
    "left": 8,
    "top": 8,
    "textStyle": {
      "fontSize": 15,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "legend": {
    "data": [
      "Ireland",
      "France"
    ],
    "top": 36,
    "left": 8
  },
  "grid": {
    "left": 72,
    "right": 24,
    "top": 72,
    "bottom": 48
  },
  "xAxis": {
    "type": "category",
    "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
    ],
    "name": "Year",
    "nameLocation": "middle",
    "nameGap": 28,
    "axisLabel": {
      "interval": 3
    }
  },
  "yAxis": {
    "type": "value",
    "name": "Current US$ per person",
    "nameLocation": "middle",
    "nameGap": 52,
    "min": 0
  },
  "series": [
    {
      "name": "Ireland",
      "type": "line",
      "showSymbol": false,
      "lineStyle": {
        "width": 2.5,
        "color": "#0072B2"
      },
      "itemStyle": {
        "color": "#0072B2"
      },
      "data": [
        9276,
        9317,
        10511,
        13514,
        16169,
        17461,
        19527,
        21821,
        21058,
        17142,
        15936,
        17544,
        16696,
        17610,
        18867,
        16727,
        17088,
        17945,
        19988,
        19790,
        18825,
        23031,
        23296,
        25123,
        29667
      ]
    },
    {
      "name": "France",
      "type": "line",
      "showSymbol": false,
      "lineStyle": {
        "width": 2.5,
        "color": "#E69F00"
      },
      "itemStyle": {
        "color": "#E69F00"
      },
      "data": [
        11545,
        11560,
        12330,
        14916,
        17089,
        17747,
        18743,
        21149,
        23234,
        21228,
        20724,
        22854,
        21695,
        23045,
        23292,
        19751,
        19882,
        21045,
        22451,
        21439,
        20701,
        23187,
        22065,
        22999,
        23704
      ]
    }
  ]
}
