Package | Description |
---|---|
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.intl |
Contains classes in order to use the ECMAScript Internationalization API, which provides language sensitive number formatting, and date and time formatting.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultDateTimeFormatOptions
INTL default values for number format options for internationalization.
|
Modifier and Type | Field and Description |
---|---|
static IsDefaultDateTimeFormatOptions |
DefaultDateTimeFormatOptions.INSTANCE
Immutable instance with the number format defaults.
|
Modifier and Type | Class and Description |
---|---|
class |
DateTimeFormatOptions
The object configures a date time formatter.
See MDN for more details. |
Modifier and Type | Method and Description |
---|---|
DateTimeFormatOptions |
DateTimeFormatOptions.DateTimeFormatOptionsFactory.create(NativeObject nativeObject,
IsDefaultDateTimeFormatOptions defaultValues)
Creates a date time format options by a native object and a default values instance.
|