{
  "earnings_by_degree": {
    "type": "bar",
    "data": {
      "labels": [
        "Associate",
        "Bachelor's",
        "Certificate",
        "Master's"
      ],
      "datasets": [
        {
          "label": "Median Earnings",
          "data": [
            37598.5,
            49959.0,
            29735.0,
            57018.5
          ],
          "backgroundColor": "#2F6BFF",
          "borderColor": "#1E4FD9",
          "borderWidth": 1
        }
      ]
    }
  }
}
