< Back Home
var config1 = {
"type": "pie",
"url": "https://services.arcgis.com/uDTUpUPbk8X8mXwl/arcgis/rest/services/Public_Schools_in_Onondaga_County/FeatureServer/0",
"query": {
"orderByFields": "Number_of_SUM DESC",
"groupByFieldsForStatistics": "Type",
"outStatistics": [
{
"statisticType": "sum",
"onStatisticField": "Number_of",
"outStatisticFieldName": "Number_of_SUM"
}
]
},
"mappings": {
"category": {"field": "Type", "label": "Type"},
"series": [
{
"field": "Number_of_SUM",
"label": "Number of Students"
}
]
}
}
showChart("chartdiv1", config1);