othersThresholdColorInfo

Defines the rules for how to aggregate small categories to a generic "others" category for categorical chart renderers, such as pie charts.

Referenced by: Pie Chart Renderer

Properties

Property Details
color Defines the color used to represent all categories smaller than the percentage defined by threshold. This is typically used to represent a generic "others" category where categories would otherwise be too small to read.
label The label used to describe the "others" category in the legend. When not specified, the legend will display a localized version of "Others".
threshold Represents the minimum size of individual categories as a percentage of all categories combined. All categories that make up a smaller percentage than the threshold will automatically be aggregated to an "others" category represented by the color specified in color. For example, if the threshold is 0.05, then all categories that make up less than 5% of all categories will be represented with color.

Others threshold color info for pie chart Example

{
  "color": [
    242,
    60,
    63,
    255
  ],
  "threshold": 0.4,
  "label": "All other values"
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close