ZoomCharts Documentation
ZoomCharts.Configuration.TimeChartSettingsLocalization
Inheritance hierarchy
This type inherits from LinearChartSettingsLocalization. Through this type it also inherits members from BaseSettingsLocalization.
Methods
Properties
parentLocale
setting which allows using of default moment locales.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
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).
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
.
See the description of majorTimeFormats
.
Message to show when data loading is in progress.
Localizable strings for markers.
Properties
Time formatting strings for time marker date.
Text to show on the info popup when there is no data in the selected range.
Localizable strings displayed in time axis.
Properties
Time formatting strings for major time units in bottom line of time axis.
Time formatting strings for major time units in bottom line of time axis.
Time formatting strings for minor time units in top line of time axis.
Named time units.
Plural forms of time units.
Strings used in toolbars.
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.