Package | Description |
---|---|
org.pepstock.charba.client.defaults |
Contains all interfaces need to provide defaults values of the chart options.
|
org.pepstock.charba.client.defaults.chart |
Contains the default values of chart options based on type of chart instance.
|
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 | Method and Description |
---|---|
IsDefaultNumberFormatOptions |
IsDefaultTicks.getNumberFormat()
Returns the number formatting options.
|
Modifier and Type | Method and Description |
---|---|
default NumberFormatItem |
IsDefaultNumberFormatOptions.create(IsDefaultNumberFormatOptions defaultValues)
Creates a number format options instance using default or cloning current instance.
|
Modifier and Type | Method and Description |
---|---|
IsDefaultNumberFormatOptions |
DefaultChartTicks.getNumberFormat() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultNumberFormatOptions
INTL default values for number format options for internationalization.
|
Modifier and Type | Field and Description |
---|---|
static IsDefaultNumberFormatOptions |
DefaultNumberFormatOptions.INSTANCE
Immutable instance with the number format defaults.
|
Modifier and Type | Method and Description |
---|---|
IsDefaultNumberFormatOptions |
DefaultTicks.getNumberFormat() |
Modifier and Type | Class and Description |
---|---|
class |
NumberFormatOptions
The object configures a number formatter.
See MDN for more details. |
Modifier and Type | Method and Description |
---|---|
NumberFormatOptions |
NumberFormatOptions.NumberFormatOptionsFactory.create(NativeObject nativeObject,
IsDefaultNumberFormatOptions defaultValues)
Creates a number format options by a native object and a default values instance.
|
Modifier and Type | Class and Description |
---|---|
class |
NumberFormatItem
Number format options item to use for numeric tick callbacks.
|
Constructor and Description |
---|
NumberFormatItem(IsDefaultNumberFormatOptions defaultValues)
Creates an empty font to use for chart configuration when the font is created by a callback.
|
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.
|
Constructor and Description |
---|
AbstractNumberFormat(IsDefaultNumberFormatOptions defaultValues)
Creates an empty font to use for chart configuration.
|
AbstractNumberFormat(IsDefaultNumberFormatOptions defaultValues,
NativeObject nativeObject)
Creates a number format to use for chart configuration, wrapping a native object instance.
|