JavaScript/jQuery LinearGauge - loadingIndicator
Configures the loading indicator.
Type:
When the widget 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 option or the showLoadingIndicator() and hideLoadingIndicator() methods.
backgroundColor
Colors the background of the loading indicator.
Type:
Default Value: '#FFFFFF'
This option supports the following colors:
- Hexadecimal colors
- RGB colors
- RGBA colors
- Predefined/cross-browser color names
- Predefined SVG colors
Feedback