Uses of Interface
org.pepstock.charba.client.defaults.IsDefaultTime
-
Packages that use IsDefaultTime Package Description org.pepstock.charba.client.defaults Contains all interfaces need to provide defaults values of the chart options.org.pepstock.charba.client.defaults.chart Contains the default values of chart options based on type of chart instance.org.pepstock.charba.client.defaults.globals Contains the default values of chart options for all chart types (CHART.JS options defaults).org.pepstock.charba.client.options Contains all elements to configure charts at global level (know as chart global options). -
-
Uses of IsDefaultTime in org.pepstock.charba.client.defaults
Methods in org.pepstock.charba.client.defaults that return IsDefaultTime Modifier and Type Method Description IsDefaultTime
IsDefaultScale. getTime()
Returns the time defaults. -
Uses of IsDefaultTime in org.pepstock.charba.client.defaults.chart
Classes in org.pepstock.charba.client.defaults.chart that implement IsDefaultTime Modifier and Type Class Description class
DefaultChartTime
Defaults for time option element, based on chart type.Methods in org.pepstock.charba.client.defaults.chart that return IsDefaultTime Modifier and Type Method Description IsDefaultTime
DefaultChartScale. getTime()
-
Uses of IsDefaultTime in org.pepstock.charba.client.defaults.globals
Classes in org.pepstock.charba.client.defaults.globals that implement IsDefaultTime Modifier and Type Class Description class
DefaultTime
CHART.JS default values for TIME element.Methods in org.pepstock.charba.client.defaults.globals that return IsDefaultTime Modifier and Type Method Description IsDefaultTime
DefaultScale. getTime()
-
Uses of IsDefaultTime in org.pepstock.charba.client.options
Classes in org.pepstock.charba.client.options that implement IsDefaultTime Modifier and Type Class Description class
Time
The time configuration is used to configure how time and time series axes must configure the tick marks.
-