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.configuration |
Contains all elements to configure a chart instance (know as chart options at instance level).
|
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 |
---|---|
DateAdapter |
DateAdapterOptions.create()
Creates a
DateAdapter using a clone of this object as options for the date adapter instance. |
Modifier and Type | Method and Description |
---|---|
DateAdapter |
ScaleDateAdapter.create()
Creates a
DateAdapter using a clone of this object as options for the date adapter instance. |
Modifier and Type | Method and Description |
---|---|
DateAdapter |
ScaleDateAdapter.create()
Creates a
DateAdapter using a clone of this object as options for the date adapter instance. |