Package | Description |
---|---|
org.pepstock.charba.client.defaults |
Contains all interfaces need to provide defaults values of the chart options.
|
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.
|
org.pepstock.charba.client.items |
Contains all elements generated by CHART.JS, which are mapping java script objects, to use at runtime in plugins, events or controllers.
|
org.pepstock.charba.client.options |
Contains all elements to configure charts at global level (know as chart global options).
|
Modifier and Type | Interface and Description |
---|---|
interface |
IsDefaultDateTimeFormatOptions
Interface to define the date time format options for internationalization.
|
interface |
IsDefaultNumberFormatOptions
Interface to define the number format options for internationalization.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultBaseFormatOptions
INTL default values for locale matcher options for internationalization.
|
class |
DefaultDateTimeFormatOptions
INTL default values for number format options for internationalization.
|
class |
DefaultNumberFormatOptions
INTL default values for number format options for internationalization.
|
Modifier and Type | Field and Description |
---|---|
static IsDefaultBaseFormatOptions |
DefaultBaseFormatOptions.INSTANCE |
Modifier and Type | Class and Description |
---|---|
class |
DateTimeFormatOptions
The object configures a date time formatter.
See MDN for more details. |
class |
NumberFormatOptions
The object configures a number formatter.
See MDN for more details. |
Modifier and Type | Class and Description |
---|---|
class |
NumberFormatItem
Number format options item to use for numeric tick callbacks.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IsNumberFormat
Defines a configuration element which is a number format options.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNumberFormat
This is abstract number format object element of the chart options.
|
class |
TicksNumberFormat
It applies the number formatting to the ticks of all linear scales.
|