ZoomCharts Documentation
TimeChart.settings.localization
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
parentLocale
setting which allows using of default moment locales.View section details
Calendar specific localization settings. This section is used to initialize moment.js locale. See moment.js documentation for detailed description: http://momentjs.com/docs/#/customization/.
Text used on menu close button.
Error message when data request has failed.
Message being displayed while loading initial data.
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.
Which day of the week is considered the start of the week for display purposes. 'null' uses locale default, 0 uses Sunday, 1 uses Monday
Weekdays that are considered holidays. Uses ISO numbering, with 1 being Monday and 7 being Sunday.
Date and time formats used to display the selected time range in the header of the info popup.
See also
- moment.js - Display / Format
Properties
View section details
The formats used when only a single time unit has been selected or when the selection spans multiple major units (for example, selecting days from multiple months).
View section details
The formats used for the major unit when displaying a time range where the major unit is the same, for example, the selection contains multiple days from the same week.
If the display unit is days, the resulting header text is shown as
minorTimeFormats.d(from) - minorTimeFormats.d(to) majorTimeFormats.d(from)
, e.g.
Feb 24 - Feb 26 2016
.
Message to show when data loading is in progress.
Text to show on the info popup when there is no data in the selected range.
Localizable strings displayed in time axis.
Properties
Default name for series shown in info popup and legend. Note that info popup will not use it if only a single series is being used.
Map from unit prefix to multiplier. Used for value axis formatting.