{
  "hidden_fees": {
    "type": "bar",
    "data": {
      "labels": [
        "Technology",
        "Activity",
        "Health",
        "Parking",
        "Course",
        "Lab",
        "Other"
      ],
      "datasets": [
        {
          "label": "Average Annual Fee ($)",
          "data": [
            450,
            320,
            280,
            180,
            250,
            380,
            150
          ],
          "backgroundColor": "#2F6BFF"
        }
      ]
    }
  }
}
