{
  "cost_by_state": {
    "type": "bar",
    "data": {
      "labels": [
        "CA",
        "TX",
        "FL",
        "NY",
        "IL",
        "PA",
        "OH",
        "GA",
        "NC",
        "MI"
      ],
      "datasets": [
        {
          "label": "Average Trade School Cost",
          "data": [
            18200,
            12500,
            11200,
            16800,
            13200,
            11800,
            10500,
            9800,
            10200,
            11500
          ],
          "backgroundColor": "#2F6BFF"
        }
      ]
    }
  }
}
