doevisualizations
Version:
Data Visualization Library based on RequireJS and D3.js (v4+)
156 lines • 4.49 kB
JSON
{
"DisplayId": 96,
"Visualization": "barchart",
"Legend": false,
"XFields": [
"SchoolYear",
"contentarea"
],
"YFields": [
"PctParticipation"
],
"Groupings": [
"SchoolYear"
],
"XTitle": "School Year",
"YTitle": "Percent (%) of Students",
"TooltipTemplate": "During the {{schoolyear}} school year, {{PctParticipation}}% of students participated in the {{contentarea}} assessment.",
"TooltipFields": [
""
],
"StoryBox": "",
"ShowDataLabel": true,
"GenerateRawTable": true,
"ChartTitle": "Participation Rates",
"ChartSubTitle": "by Year",
"ColorPalette": [
"#3abba8",
"#f7cb16",
"#31616c",
"#77bf45",
"#8b4368",
"#f58921",
"#3c51a2"
],
"Data": [{
"SchoolYear": 2018,
"contentarea": "English Language Arts",
"Eligible": "73013",
"Participated": "71856",
"PctParticipation": "98.42"
},
{
"SchoolYear": 2018,
"contentarea": "Math",
"Eligible": "73174",
"Participated": "72053",
"PctParticipation": "98.47"
},
{
"SchoolYear": 2017,
"contentarea": "English Language Arts",
"Eligible": "71476",
"Participated": "70364",
"PctParticipation": "98.44"
},
{
"SchoolYear": 2017,
"contentarea": "Math",
"Eligible": "71816",
"Participated": "70603",
"PctParticipation": "98.31"
},
{
"SchoolYear": 2017,
"contentarea": "Science",
"Eligible": "30990",
"Participated": "30315",
"PctParticipation": "97.82"
},
{
"SchoolYear": 2016,
"contentarea": "English Language Arts",
"Eligible": "70201",
"Participated": "68610",
"PctParticipation": "97.73"
},
{
"SchoolYear": 2016,
"contentarea": "Math",
"Eligible": "70523",
"Participated": "68903",
"PctParticipation": "97.7"
},
{
"SchoolYear": 2016,
"contentarea": "Science",
"Eligible": "32065",
"Participated": "29824",
"PctParticipation": "93.01"
},
{
"SchoolYear": 2016,
"contentarea": "Social Studies",
"Eligible": "21283",
"Participated": "20383",
"PctParticipation": "95.77"
},
{
"SchoolYear": 2015,
"contentarea": "English Language Arts",
"Eligible": "69661",
"Participated": "67616",
"PctParticipation": "97.06"
},
{
"SchoolYear": 2015,
"contentarea": "Math",
"Eligible": "69724",
"Participated": "67840",
"PctParticipation": "97.3"
},
{
"SchoolYear": 2015,
"contentarea": "Science",
"Eligible": "30060",
"Participated": "28642",
"PctParticipation": "95.28"
},
{
"SchoolYear": 2015,
"contentarea": "Social Studies",
"Eligible": "20154",
"Participated": "19774",
"PctParticipation": "98.11"
},
{
"SchoolYear": 2014,
"contentarea": "English Language Arts",
"Eligible": "81534",
"Participated": "79982",
"PctParticipation": "98.1"
},
{
"SchoolYear": 2014,
"contentarea": "Math",
"Eligible": "81937",
"Participated": "80573",
"PctParticipation": "98.34"
},
{
"SchoolYear": 2014,
"contentarea": "Science",
"Eligible": "29635",
"Participated": "28559",
"PctParticipation": "96.37"
},
{
"SchoolYear": 2014,
"contentarea": "Social Studies",
"Eligible": "19940",
"Participated": "19596",
"PctParticipation": "98.27"
}
],
"LabelData": []
}