{
  "title": {
    "text": "France\u2019s deficit stays near 5% of GDP",
    "left": "center",
    "textStyle": {
      "fontSize": 16,
      "fontWeight": 600,
      "color": "#17212b"
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "legend": {
    "top": 36,
    "data": [
      "France",
      "Spain",
      "Italy",
      "Germany"
    ]
  },
  "grid": {
    "top": 78,
    "left": 58,
    "right": 24,
    "bottom": 56
  },
  "xAxis": {
    "type": "category",
    "data": [
      "2019",
      "2020",
      "2021",
      "2022",
      "2023",
      "2024",
      "2025",
      "2026",
      "2027"
    ],
    "name": "Year",
    "nameLocation": "middle",
    "nameGap": 30
  },
  "yAxis": {
    "type": "value",
    "name": "% of GDP",
    "nameGap": 12,
    "max": 2,
    "min": -10
  },
  "series": [
    {
      "name": "France",
      "type": "line",
      "data": [
        -2.4,
        -8.9,
        -6.6,
        -4.7,
        -5.4,
        -5.8,
        -5.1,
        -4.9,
        -4.8
      ],
      "showSymbol": true,
      "symbol": "circle",
      "symbolSize": 8,
      "lineStyle": {
        "width": 3,
        "type": "solid",
        "color": "#0b3d91"
      },
      "itemStyle": {
        "color": "#0b3d91"
      },
      "markLine": {
        "symbol": "none",
        "label": {
          "formatter": "balance",
          "color": "#4a5560"
        },
        "lineStyle": {
          "type": "solid",
          "color": "#9aa3ab",
          "width": 1
        },
        "data": [
          {
            "yAxis": 0
          }
        ]
      }
    },
    {
      "name": "Spain",
      "type": "line",
      "data": [
        -3.0,
        -10.0,
        -6.7,
        -4.6,
        -3.3,
        -3.2,
        -2.5,
        -2.1,
        -2.3
      ],
      "showSymbol": true,
      "symbol": "rect",
      "symbolSize": 7,
      "lineStyle": {
        "width": 2,
        "type": "dotted",
        "color": "#0b7a75"
      },
      "itemStyle": {
        "color": "#0b7a75"
      }
    },
    {
      "name": "Italy",
      "type": "line",
      "data": [
        -1.5,
        -9.4,
        -8.9,
        -8.1,
        -7.1,
        -3.4,
        -3.1,
        -2.8,
        -2.6
      ],
      "showSymbol": true,
      "symbol": "diamond",
      "symbolSize": 8,
      "lineStyle": {
        "width": 2,
        "type": "solid",
        "color": "#a31d1d"
      },
      "itemStyle": {
        "color": "#a31d1d"
      }
    },
    {
      "name": "Germany",
      "type": "line",
      "data": [
        1.3,
        -4.4,
        -3.2,
        -1.9,
        -2.5,
        -2.7,
        -2.7,
        -3.8,
        -4.2
      ],
      "showSymbol": true,
      "symbol": "triangle",
      "symbolSize": 8,
      "lineStyle": {
        "width": 2,
        "type": "dashed",
        "color": "#333333"
      },
      "itemStyle": {
        "color": "#333333"
      }
    }
  ]
}
