doevisualizations
Version:
Data Visualization Library based on RequireJS and D3.js (v4+)
65 lines • 1.53 kB
JSON
{
"DisplayId": 56,
"Visualization": "pie",
"Legend": true,
"XFields": [
""
],
"YFields": [
""
],
"Groupings": [
""
],
"XTitle": "",
"YTitle": "",
"TooltipTemplate": "",
"TooltipFields": [
""
],
"GenerateRawTable": true,
"ChartTitle": "Persistently Dangerous Schools",
"ChartSubTitle": "School Year 2015 - 2017",
"ColorPalette": [
"#1f77b4",
"#3abba8",
"#f7cb16",
"#f7cb16",
"#31616c",
"#31616c",
"#77bf45",
"#77bf45",
"#8b4368",
"#8b4368",
"#f58921",
"#f58921",
"#3c51a2",
"#3c51a2"
],
"Data": [{
"SchoolYear": 2017,
"DistrictName": "AAA School District",
"SchoolName": "AAA School"
},
{
"SchoolYear": 2017,
"DistrictName": "BBB School District",
"SchoolName": "BBB Center"
},
{
"SchoolYear": 2016,
"DistrictName": "CCC School District",
"SchoolName": "CCC School"
},
{
"SchoolYear": 2016,
"DistrictName": "DDD School District",
"SchoolName": "DDD Center"
},
{
"SchoolYear": 2015,
"DistrictName": "No Persistently Dangerous Schools",
"SchoolName": "No Persistently Dangerous Schools"
}
]
}