doevisualizations
Version:
Data Visualization Library based on RequireJS and D3.js (v4+)
145 lines • 3.84 kB
JSON
{
"Visualization": "doedivergedbar",
"Legend": true,
"XFields": ["PCC", "Label"],
"YFields": ["Scope"],
"Groupings": ["SchoolYear"],
"XTitle": "",
"YTitle": "",
"ColorPalette": ["#C84B65", "#C85232", "#A18BCC", "#5AA5CC", "#7CAE59"],
"Data": [{
"MeetsStandards": 0,
"Order": 1,
"SchoolYear": 2017,
"Scope": "State",
"Label": "Well Below",
"PCC": 30
},
{
"MeetsStandards": 0,
"Order": 2,
"SchoolYear": 2017,
"Scope": "State",
"Label": "Below",
"PCC": 20
},
{
"MeetsStandards": 1,
"Order": 4,
"SchoolYear": 2017,
"Scope": "State",
"Label": "Meets",
"PCC": 25
},
{
"MeetsStandards": 1,
"Order": 4,
"SchoolYear": 2017,
"Scope": "State",
"Label": "Above",
"PCC": 25
},
{
"MeetsStandards": 0,
"Order": 1,
"SchoolYear": 2017,
"Scope": "District",
"Label": "Well Below",
"PCC": 30
},
{
"MeetsStandards": 0,
"Order": 2,
"SchoolYear": 2017,
"Scope": "District",
"Label": "Below",
"PCC": 50
},
{
"MeetsStandards": 1,
"Order": 4,
"SchoolYear": 2017,
"Scope": "District",
"Label": "Meets",
"PCC": 10
},
{
"MeetsStandards": 1,
"Order": 4,
"SchoolYear": 2017,
"Scope": "District",
"Label": "Above",
"PCC": 10
},
{
"MeetsStandards": 0,
"Order": 1,
"SchoolYear": 2018,
"Scope": "State",
"Label": "Well Below",
"PCC": 57
},
{
"MeetsStandards": 0,
"Order": 2,
"SchoolYear": 2018,
"Scope": "State",
"Label": "Below",
"PCC": 3
},
{
"MeetsStandards": 1,
"Order": 4,
"SchoolYear": 2018,
"Scope": "State",
"Label": "Meets",
"PCC": 20
},
{
"MeetsStandards": 1,
"Order": 4,
"SchoolYear": 2018,
"Scope": "State",
"Label": "Above",
"PCC": 20
},
{
"MeetsStandards": 0,
"Order": 1,
"SchoolYear": 2018,
"Scope": "District",
"Label": "Well Below",
"PCC": 57
},
{
"MeetsStandards": 0,
"Order": 2,
"SchoolYear": 2018,
"Scope": "District",
"Label": "Below",
"PCC": 3
},
{
"MeetsStandards": 1,
"Order": 4,
"SchoolYear": 2018,
"Scope": "District",
"Label": "Meets",
"PCC": 20
},
{
"MeetsStandards": 1,
"Order": 4,
"SchoolYear": 2018,
"Scope": "District",
"Label": "Above",
"PCC": 20
}
],
"TooltipTemplate": "Students in {{Scope}} who are {{SchoolYear}} {{Label}} are {{PCC}}",
"TooltipFields": [],
"GenerateRawTable": true,
"ChartTitle": "Students performance",
"ChartSubTitle": "Percentage of students belonging to a particular racial/ethnic group",
"ColorOverrides": {}
}