ZoomCharts Documentation
Version: 1.21.1 (2024-11-08)
PieChart.settings.localization
This section is defined by the type PieChartSettingsLocalization.
Localizeable strings including export type options and useful default buttons used for chart interaction. Buttons like to navigate back, set the chart on full screen and others.
Properties
closeButton: string
Default value: "Close"
Inherited from: BaseSettingsLocalization
Text used on menu close button.
dataRequestFailed: string
Default value: "Data request failed"
Inherited from: BaseSettingsLocalization
Error message when data request has failed.
exportNotAvailable: string
Default value: "Your browser does not support exporting the chart."
Inherited from: BaseSettingsLocalization
Introduced in version 1.15.6.
Error message when the browser does not support launching file save dialog from the script without
using advanced.exportProxyURL
and that setting has been disabled.
loadingLabel: string
Default value: "Loading..."
Inherited from: BaseSettingsLocalization
Message to show when data loading is in progress.
othersLabel: string
Default value: "Others"
previousLabel: string
Default value: "Previous"
toolbar: BaseSettingsLocalizationToolbar