Uses of Class
software.xdev.chartjs.model.options.scales.Time
Packages that use Time
-
Uses of Time in software.xdev.chartjs.model.options.scales
Fields in software.xdev.chartjs.model.options.scales declared as TimeModifier and TypeFieldDescriptionprotected TimeTime.maxDefault-protected TimeTime.minDefault-protected TimeTimeScale.timeMethods in software.xdev.chartjs.model.options.scales that return TimeModifier and TypeMethodDescriptionTime.getMax()Time.getMin()TimeScale.getTime()Time.setDisplayFormats(DisplayFormats displayFormats) See Display Formats section below.Time.setIsoWeekday(Boolean isoWeekday) If true and the unit is set to 'week', iso weekdays will be used.If defined, this will override the data maximumIf defined, this will override the data minimumTime.setMinUnit(String minUnit) The minimum display format to be used for a time unit.If defined as a string, it is interpreted as a custom format to be used by moment to parse the date.If defined, dates will be rounded to the start of this unit.Time.setTooltipFormat(String tooltipFormat) The moment js format string to use for the tooltip.If defined, will force the unit to be a certain type.Time.setUnitStepSize(BigDecimal unitStepSize) The number of units between grid lines.Methods in software.xdev.chartjs.model.options.scales with parameters of type Time