{
  "placement_rates": {
    "type": "bar",
    "data": {
      "labels": [
        "Healthcare",
        "HVAC",
        "Electrical",
        "Welding",
        "Automotive",
        "Construction"
      ],
      "datasets": [
        {
          "label": "Placement Rate (%)",
          "data": [
            92,
            88,
            87,
            85,
            82,
            80
          ],
          "backgroundColor": "#2F6BFF"
        }
      ]
    }
  }
}
