React PolarChart - loadingIndicator

Configures the loading indicator.

Type:

Object

When the widget visualizes local data, loading is instant. But when the widget is bound to a remote data source, loading may takes a considerable amount of time. To keep the viewer's attention, the widget can display a loading indicator.

DevExtreme HTML5 Charts LoadingIndicator

To activate the loading indicator, assign true to the loadingIndicator.show option. Once data is loaded, the loading indicator will be hidden automatically.

See Also

backgroundColor

Colors the background of the loading indicator.

Type:

String

Default Value: '#FFFFFF'

This option supports the following colors:

font

Specifies font options for the loading indicator.

Type:

Object

show

Specifies whether to show the loading indicator or not.

Type:

Boolean

Default Value: false

text

Specifies the text to be displayed by the loading indicator.

Type:

String

Default Value: 'Loading...'