{
    "DisplayId": 108,
    "Visualization": "donutchart",
    "Legend": true,
    "XFields": [
        "Race"
    ],
    "YFields": [
        "RacePct"
    ],
    "Groupings": [
        ""
    ],
    "XTitle": "",
    "YTitle": "",
    "TooltipTemplate": "{{StudentCount}} students ({{RacePct}}%) identify as {{Race}}.",
    "TooltipFields": [
        "StudentCount",
        "RacePct",
        "Race"
    ],
    "StoryBox": "",
    "ShowDataLabel": true,
    "GenerateRawTable": true,
    "ChartTitle": "Fall Enrollment",
    "ChartSubTitle": "",
    "ColorPalette": [
        "#3abba8",
        "#f7cb16",
        "#31616c",
        "#77bf45",
        "#8b4368",
        "#f58921",
        "#3c51a2"
    ],
    "Data": [{
            "Race": "Axxxxxxxxxx",
            "StudentCount": 598,
            "RacePct": 0.43
        },
        {
            "Race": "Bxxxxxxxxxx",
            "StudentCount": 5604,
            "RacePct": 4.03
        },
        {
            "Race": "Cxxxxxxxxxx",
            "StudentCount": 42064,
            "RacePct": 30.23
        },
        {
            "Race": "Dxxxxxxxxxx",
            "StudentCount": 24591,
            "RacePct": 17.67
        },
        {
            "Race": "Exxxxxxxxxx",
            "StudentCount": 5620,
            "RacePct": 4.04
        },
        {
            "Race": "Fxxxxxxxxxx",
            "StudentCount": 171,
            "RacePct": 0.12
        },
        {
            "Race": "Gxxxxxxxxxx",
            "StudentCount": 60496,
            "RacePct": 43.48
        }
    ],
    "LabelData": []
}