JavaScript/jQuery CircularGauge - loadingIndicator
Configures the loading indicator.
Type:
viz/gauges/base_gauge:BaseGaugeLoadingIndicator
When the UI component is bound to a remote data source, it can display a loading indicator while data is loading.
To change the loading indicator's visibility, use the show property or the showLoadingIndicator() and hideLoadingIndicator() methods.
backgroundColor
Colors the background of the loading indicator.
Type:
Default Value: '#FFFFFF'
This property supports the following colors:
- Hexadecimal colors
- RGB colors
- RGBA colors
- Predefined/cross-browser color names
- Predefined SVG colors
- Paint server address
Feedback