public class Loading extends AbstractConfigurationObject
chart.showLoading()
. It is a utility for developers to
communicate to the end user that something is going on, for example while
retrieving new data via an XHR connection. The "Loading..." text itself is
not part of this configuration object, but part of the lang
object.Constructor and Description |
---|
Loading() |
Modifier and Type | Method and Description |
---|---|
Number |
getHideDuration() |
Number |
getShowDuration() |
void |
setHideDuration(Number hideDuration)
The duration in milliseconds of the fade out effect.
|
void |
setShowDuration(Number showDuration)
The duration in milliseconds of the fade in effect.
|
public Number getHideDuration()
setHideDuration(Number)
public void setHideDuration(Number hideDuration)
Defaults to: 100
public Number getShowDuration()
setShowDuration(Number)
public void setShowDuration(Number showDuration)
Defaults to: 100
Copyright © 2023. All rights reserved.