{
  "grant_vs_loan_mix": {
    "type": "bar",
    "data": {
      "labels": [
        "Public",
        "Private Non-profit",
        "Private For-profit"
      ],
      "datasets": [
        {
          "label": "Grants (%)",
          "data": [
            65,
            58,
            25
          ],
          "backgroundColor": "#2F6BFF"
        },
        {
          "label": "Loans (%)",
          "data": [
            35,
            42,
            75
          ],
          "backgroundColor": "#7FB3FF"
        }
      ]
    }
  }
}
