{
  "title": {
    "text": "In 2025 Germany still had the lowest unemployment rate in this group",
    "left": 0,
    "textStyle": {
      "fontSize": 16,
      "color": "#17212b",
      "fontWeight": 600
    }
  },
  "tooltip": {
    "trigger": "axis"
  },
  "grid": {
    "left": 8,
    "right": 48,
    "top": 56,
    "bottom": 24,
    "containLabel": true
  },
  "xAxis": {
    "type": "value",
    "name": "Unemployment rate, 2025 (%)",
    "min": 0,
    "max": 12,
    "nameLocation": "middle",
    "nameGap": 28,
    "splitLine": {
      "lineStyle": {
        "color": "#d7dee6"
      }
    }
  },
  "yAxis": {
    "type": "category",
    "data": [
      "Germany",
      "Netherlands",
      "United States",
      "United Kingdom",
      "Italy",
      "France",
      "Spain"
    ],
    "inverse": true,
    "axisLabel": {
      "color": "#17212b",
      "fontSize": 13
    }
  },
  "series": [
    {
      "name": "2025 unemployment rate",
      "type": "bar",
      "data": [
        {
          "value": 3.8,
          "itemStyle": {
            "color": "#b35c00"
          }
        },
        {
          "value": 3.9,
          "itemStyle": {
            "color": "#6b7c8d"
          }
        },
        {
          "value": 4.3,
          "itemStyle": {
            "color": "#6b7c8d"
          }
        },
        {
          "value": 4.8,
          "itemStyle": {
            "color": "#6b7c8d"
          }
        },
        {
          "value": 6.0,
          "itemStyle": {
            "color": "#6b7c8d"
          }
        },
        {
          "value": 7.6,
          "itemStyle": {
            "color": "#6b7c8d"
          }
        },
        {
          "value": 10.5,
          "itemStyle": {
            "color": "#6b7c8d"
          }
        }
      ],
      "barWidth": 18,
      "label": {
        "show": true,
        "position": "right",
        "color": "#17212b",
        "fontSize": 12
      }
    }
  ]
}
