ZoomCharts Documentation
Version: 1.21.1 (2024-11-08)
PieChart.settings.advanced.style
This section is defined by the type BaseSettingsAdvancedStyle.
Miscellaneous style settings.
Properties
loadingArcStyle: anonymous type
Loading arc animation style
Properties
lineColor: string
Default value: "#444"
lineWidth: number
Default value: 1
location: "corner" | "center" | "hidden"
Default value: "center"
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
Default value: 10
Loading arc radius.
messageBackgroundStyle: BaseSettingsAdvancedStyleMessageBackground
Introduced in version 1.13.2.
View section details
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
View section details
Message text. Note that the text position is taken from loadingArcStyle.location
.