Dashboard Indicator Formatting
Since version: 1.11
The Dashboard Indicator Formatting profile is used for indicator elements in ArcGIS Dashboards. An expression can be written to customize the way indicator elements render data points. It is expected that the script returns a dictionary of name-value pairs specific for the indicator element.
Context
This profile was created for use in the following context:
Profile variables
Variable Name | Type | Description |
---|---|---|
$datapoint | Feature | The data point being evaluated for the visual element. |
$reference | Dictionary | The reference value being evaluated for the visual element. |
Function bundles
Return types
For a list of valid dictionary keywords, click here.