{
  "healthcare_earnings": {
    "type": "bar",
    "data": {
      "labels": [
        "RN (BSN)",
        "RN (ADN)",
        "LPN",
        "Medical Assistant",
        "Physical Therapy",
        "Occupational Therapy"
      ],
      "datasets": [
        {
          "label": "Median Earnings ($)",
          "data": [
            75000,
            68000,
            48000,
            36000,
            92000,
            85000
          ],
          "backgroundColor": "#2F6BFF"
        }
      ]
    }
  }
}
