{
    "DisplayId": 38,
    "Visualization": "barchart",
    "Legend": true,
    "XFields": [
        "SchoolYear"
    ],
    "YFields": [
        "studentcount"
    ],
    "Groupings": [
        ""
    ],
    "XTitle": "School Year",
    "YTitle": "Number of Students",
    "TooltipTemplate": "{{SchoolYear}} total is: {{studentcount}}",
    "TooltipFields": [
        "SchoolYear",
        "studentcount"
    ],
    "StoryBox": null,
    "GenerateRawTable": true,
    "ChartTitle": "Fall Enrollment ",
    "ChartSubTitle": "School Year 2017-2018 as of September 30, 2017",
    "ColorPalette": [
        "#1f77b4",
        "#3abba8",
        "#f7cb16",
        "#f7cb16",
        "#31616c",
        "#31616c",
        "#77bf45",
        "#77bf45",
        "#8b4368",
        "#8b4368",
        "#f58921",
        "#f58921",
        "#3c51a2",
        "#3c51a2"
    ],
    "Data": [{
            "SchoolYear": 2018,
            "studentcount": 138371
        },
        {
            "SchoolYear": 2017,
            "studentcount": 137217
        },
        {
            "SchoolYear": 2016,
            "studentcount": 136027
        },
        {
            "SchoolYear": 2015,
            "studentcount": 134932
        },
        {
            "SchoolYear": 2014,
            "studentcount": 133369
        }
    ],
    "LabelData": []
}