Contains information about an attribute field relating to Relationship renderers.
Referenced by: authoringInfo
Properties
| Property | Details |
|---|---|
| classBreakInfos[] | Type: Array |
| field | Attribute field used for renderer. |
| label | The label used to describe the field or attribute in the legend. |
| normalizationField | Attribute field used to normalize the data. |
Example
{
"field": "VOTE_TURNOUT",
"classBreakInfos": [
{
"minValue": 1.0844,
"maxValue": 54.0946
},
{
"minValue": 54.0946,
"maxValue": 4083.8235
}
]
}