A single category from the response from the LayersController.getCategoryData method.
key: string | number | boolean
string
number
boolean
The category for which the value was calculated.
value: null | number
null
The value calculated for the category, whether a count, sum, average, etc.
null is returned if there are no features in the category as opposed to zero, so as not to confuse with a real zero value from some aggregation.
Last updated 9 months ago
Was this helpful?