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).
|
Class and Description |
---|
DateAdapter
Maps a date adapter provided by CHART.JS to manage time series.
It provides a set of methods to manage, parse and format dates and times. |
DateAdapterFormats
Contains all date time formats that a date adapter can manage.
|
DateAdapterModule
Every date adapter needs to have a module with some attributes of date adapter itself.
It provides a single point of glass on date adapter. |
DateAdapterOptions
Simple class to map LUXON options to provide to date time adapter.
|
DateAdapterOptions.DateAdaptersOptionsFactory
Date adapter options factory for LUXON option.
It should be use to get stored LUXON options from global, chart options and configurations. |
Class and Description |
---|
DateAdapter
Maps a date adapter provided by CHART.JS to manage time series.
It provides a set of methods to manage, parse and format dates and times. |