Package | Description |
---|---|
org.pepstock.charba.client.adapters |
Contains all classes to interact with date adapters implemented by CHART.JS to be abstract from date time java script library to use.
|
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).
|
Modifier and Type | Method and Description |
---|---|
DateAdapterOptions |
DateAdapterOptions.DateAdaptersOptionsFactory.create(NativeObject nativeObject,
IsDefaultDateAdapterOptions defaultValues)
Creates a date adapter options by a native object and a default values instance.
|
Modifier and Type | Method and Description |
---|---|
IsDefaultDateAdapterOptions |
IsDefaultAdapters.getDate()
Returns the date adapter options.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultChartDateAdapterOptions
Defaults for date adapters option element, based on chart type.
|
Modifier and Type | Method and Description |
---|---|
IsDefaultDateAdapterOptions |
DefaultChartAdapters.getDate() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDateAdapterOptions
CHART.JS default values for DATE ADPATER options element.
|
Modifier and Type | Field and Description |
---|---|
static IsDefaultDateAdapterOptions |
DefaultDateAdapterOptions.INSTANCE
Immutable instance with the date adapter options defaults.
|
Modifier and Type | Method and Description |
---|---|
IsDefaultDateAdapterOptions |
DefaultAdapters.getDate() |
Modifier and Type | Class and Description |
---|---|
class |
ScaleDateAdapter
This is abstract date adapter object element of the chart options.
|