doevisualizations
Version:
Data Visualization Library based on RequireJS and D3.js (v4+)
106 lines • 2.44 kB
JSON
{
"DisplayId": 687,
"Visualization": "donutchart",
"Legend": true,
"XFields": [
"Race"
],
"YFields": [
"RacePct"
],
"Groupings": [
""
],
"XTitle": "",
"YTitle": "",
"TooltipTemplate": "{{StudentCount}} preschool students ({{RacePct}}%) identify as {{Race}}.",
"TooltipFields": [
"StudentCount"
],
"StoryBox": "",
"ShowDataLabel": true,
"GenerateRawTable": true,
"ChartTitle": "Preschool Enrollment",
"ChartSubTitle": "by Race/Ethnicity",
"ColorPalette": [
"#3abba8",
"#f7cb16",
"#31616c",
"#77bf45",
"#8b4368",
"#f58921",
"#3c51a2"
],
"Data": [{
"Race": "African American",
"Students": 0,
"RacePct": "*"
},
{
"Race": "Asian American",
"Students": 0,
"RacePct": "*"
},
{
"Race": "Hispanic or Latino",
"Students": 0,
"RacePct": "*"
},
{
"Race": "Multi-Racial",
"Students": 0,
"RacePct": "*"
},
{
"Race": "Native American",
"Students": 0,
"RacePct": "*"
},
{
"Race": "Native Hawaiian/Pacific Islander",
"Students": 0,
"RacePct": "*"
},
{
"Race": "White",
"Students": 0,
"RacePct": "*"
}
],
"LabelData": [{
"Race": "African American",
"Students": 0,
"RacePct": 0
},
{
"Race": "Asian American",
"Students": 0,
"RacePct": 0
},
{
"Race": "Hispanic or Latino",
"Students": 0,
"RacePct": 0
},
{
"Race": "Multi-Racial",
"Students": 0,
"RacePct": 0
},
{
"Race": "Native American",
"Students": 0,
"RacePct": 0
},
{
"Race": "Native Hawaiian/Pacific Islander",
"Students": 0,
"RacePct": 0
},
{
"Race": "White",
"Students": 0,
"RacePct": 0
}
]
}