Package | Description |
---|---|
org.pepstock.charba.client.resources |
Contains the fundamental java script resources to inject in order to use Charba.
It provides all implementations to inject embedded resources for all 3 date adapters, available by CHART.JS (MOMENT, LUXON and DATE.FNS). |
Modifier and Type | Class and Description |
---|---|
class |
DatefnsDeferredResources
Client bundle to reference DATE-FNS as date time library (asynchronous mode).
|
class |
DeferredResources
Client bundle to reference MOMENT as date time library (asynchronous mode).
|
class |
LuxonDeferredResources
Client bundle to reference LUXON as date time library (asynchronous mode).
|
Modifier and Type | Method and Description |
---|---|
static void |
EntryPointStarter.run(AbstractDeferredResources resources,
Runnable runnable)
Start an entry point as a runnable.
This runnable instance must contains all calls to chart. This helps when the GWT application is leveraging on code splitting. |