{
  "title": {
    "text": "Ireland's tax take is a much smaller slice of GDP",
    "left": 8,
    "top": 8,
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "legend": {
    "data": [
      "Ireland",
      "France"
    ],
    "top": 36,
    "left": 8
  },
  "grid": {
    "left": 64,
    "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": "Percent of GDP",
    "nameLocation": "middle",
    "nameGap": 40,
    "min": 0,
    "max": 60
  },
  "series": [
    {
      "name": "Ireland",
      "type": "line",
      "showSymbol": false,
      "lineStyle": {
        "width": 2.5,
        "color": "#0072B2"
      },
      "itemStyle": {
        "color": "#0072B2"
      },
      "data": [
        35.4229,
        33.1324,
        32.3604,
        33.0107,
        34.12,
        34.5923,
        36.3381,
        35.9081,
        34.5267,
        33.0011,
        32.8024,
        33.3834,
        33.859,
        33.5659,
        33.035,
        26.0971,
        26.7536,
        24.9816,
        24.8372,
        24.2743,
        21.8346,
        22.2251,
        22.2459,
        23.5894,
        26.4046
      ]
    },
    {
      "name": "France",
      "type": "line",
      "showSymbol": false,
      "lineStyle": {
        "width": 2.5,
        "color": "#E69F00"
      },
      "itemStyle": {
        "color": "#E69F00"
      },
      "data": [
        51.3063,
        51.4054,
        50.749,
        50.2658,
        50.4453,
        50.7558,
        51.0925,
        50.6406,
        50.7804,
        50.6123,
        50.5593,
        51.7093,
        52.721,
        53.6536,
        53.8203,
        53.7079,
        53.6165,
        54.3002,
        54.0476,
        52.9531,
        52.7665,
        52.8796,
        53.6915,
        51.3937,
        51.4701
      ]
    }
  ]
}
