{
  "technology_earnings": {
    "type": "bar",
    "data": {
      "labels": [
        "Software Engineering",
        "Computer Science",
        "Information Systems",
        "Cybersecurity",
        "Data Science",
        "Web Development"
      ],
      "datasets": [
        {
          "label": "Median Earnings ($)",
          "data": [
            105000,
            95000,
            78000,
            92000,
            98000,
            72000
          ],
          "backgroundColor": "#2F6BFF"
        }
      ]
    }
  }
}
