{
    "DisplayId": 48,
    "Visualization": "barchart",
    "Legend": true,
    "XFields": [
        "Schoolyear",
        "demographic"
    ],
    "YFields": [
        "StudentCount"
    ],
    "Groupings": [
        "Schoolyear"
    ],
    "XTitle": "School Year",
    "YTitle": "Student Count",
    "TooltipTemplate": "{{PctOfGroup}}%: {{StudentCount}} {{demographic}} students ",
    "TooltipFields": [
        "PctOfGroup",
        "StudentCount",
        "demographic"
    ],
    "StoryBox": "",
    "GenerateRawTable": true,
    "ChartTitle": "Enrollment by other characteristics",
    "ChartSubTitle": "(Any count below 5 will be reported 5.)",
    "ColorPalette": [
        "#EC732A",
        "#FCE774",
        "#A8D383",
        "#238940",
        "#98df8a",
        "#C07E28",
        "#ffbb78"
    ],
    "Data": [{
            "Schoolyear": 2018,
            "demographic": "Foster_Care",
            "StudentCount": 5,
            "PctOfGroup": 3.97
        },
        {
            "Schoolyear": 2018,
            "demographic": "Homeless",
            "StudentCount": 7,
            "PctOfGroup": 5.56
        },
        {
            "Schoolyear": 2018,
            "demographic": "Migrant",
            "StudentCount": 5,
            "PctOfGroup": 3.97
        },
        {
            "Schoolyear": 2018,
            "demographic": "Military_Family",
            "StudentCount": 5,
            "PctOfGroup": 3.97
        },
        {
            "Schoolyear": 2017,
            "demographic": "Foster_Care",
            "StudentCount": 5,
            "PctOfGroup": 4.00
        },
        {
            "Schoolyear": 2017,
            "demographic": "Homeless",
            "StudentCount": 8,
            "PctOfGroup": 6.4
        },
        {
            "Schoolyear": 2017,
            "demographic": "Migrant",
            "StudentCount": 5,
            "PctOfGroup": 4.00
        },
        {
            "Schoolyear": 2017,
            "demographic": "Military_Family",
            "StudentCount": 5,
            "PctOfGroup": 4.00
        },
        {
            "Schoolyear": 2016,
            "demographic": "Foster_Care",
            "StudentCount": 5,
            "PctOfGroup": 3.97
        },
        {
            "Schoolyear": 2016,
            "demographic": "Homeless",
            "StudentCount": 5,
            "PctOfGroup": 3.97
        },
        {
            "Schoolyear": 2016,
            "demographic": "Migrant",
            "StudentCount": 5,
            "PctOfGroup": 3.97
        },
        {
            "Schoolyear": 2016,
            "demographic": "Military_Family",
            "StudentCount": 5,
            "PctOfGroup": 3.97
        }
    ],
    "LabelData": []
}