{
  "title": {
    "text": "Venezuelan government revenue",
    "subtext": "General government revenue as a share of GDP. IMF WEO GGR_NGDP.",
    "left": "center",
    "textStyle": {
      "fontSize": 16,
      "color": "#17212b"
    },
    "subtextStyle": {
      "fontSize": 11,
      "color": "#4a5560"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "legend": {
    "data": [
      "Venezuela"
    ],
    "bottom": 8,
    "icon": "roundRect"
  },
  "grid": {
    "left": 72,
    "right": 28,
    "top": 72,
    "bottom": 64
  },
  "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",
      "2025"
    ],
    "axisLabel": {
      "interval": 4,
      "color": "#334155"
    },
    "axisLine": {
      "lineStyle": {
        "color": "#94a3b8"
      }
    }
  },
  "yAxis": {
    "type": "value",
    "name": "% of GDP",
    "nameLocation": "middle",
    "nameGap": 48,
    "min": 0,
    "max": 40,
    "splitLine": {
      "lineStyle": {
        "color": "#e2e8f0"
      }
    }
  },
  "series": [
    {
      "name": "Venezuela",
      "type": "line",
      "data": [
        32.74,
        27.31,
        29.51,
        32.35,
        34.38,
        37.63,
        37.66,
        33.13,
        31.42,
        24.58,
        26.36,
        31.12,
        28.15,
        26.1,
        21.8,
        14.88,
        11.22,
        8.49,
        6.88,
        10.09,
        4.53,
        7.28,
        9.85,
        11.87,
        13.85,
        14.45
      ],
      "showSymbol": true,
      "symbol": "circle",
      "symbolSize": 6,
      "itemStyle": {
        "color": "#0f4c5c"
      },
      "lineStyle": {
        "width": 3,
        "type": "solid",
        "color": "#0f4c5c"
      }
    }
  ]
}
