{
  "workforce_alignment": {
    "type": "bar",
    "data": {
      "labels": [
        "Healthcare",
        "Engineering",
        "Education",
        "Business",
        "Liberal Arts",
        "Fine Arts"
      ],
      "datasets": [
        {
          "label": "Field Alignment (%)",
          "data": [
            85,
            72,
            65,
            58,
            35,
            30
          ],
          "backgroundColor": "#2F6BFF"
        }
      ]
    }
  }
}
