ZoomCharts Documentation
Version: 1.21.1 (2024-11-08)
ZoomCharts.Configuration.BaseSettingsAdvancedStyle
Methods
This type does not define any methods.
Properties
loadingArcStyle: anonymous type
Loading arc animation style
Properties
lineColor: string
lineWidth: number
location: "corner" | "center" | "hidden"
Specifies the location of the loading indicator and the status message as well.
Valid values:- corner - The indicator is displayed in the top right corner
- center - The indicator is displayed in the center of the chart
- hidden - The indicator is not displayed
r: number
Loading arc radius.
messageBackgroundStyle: BaseSettingsAdvancedStyleMessageBackground
Introduced in version 1.13.2.
The background that is drawn under the message. The box includes the loading indicator as well.
Note that the background is not drawn if the loading indicator is shown without this background.
messageTextStyle: BaseSettingsTextStyle
Message text. Note that the text position is taken from loadingArcStyle.location
.