Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
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.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 | Class and Description |
---|---|
class |
ChartOptions
This object is mapping the default options related to the chart type.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultChartOptions
Defaults for options element, based on chart type.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultScaledOptions
CHART.JS default values for OPTIONS element for scaled charts.
|
Modifier and Type | Class and Description |
---|---|
class |
OptionsNode
Wrapper of options node of CHART.JS.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedOptions
Options used internally inside the chart configuration.
|
class |
ScaledOptions
Base object which maps chart options, with scales elements to set axes configurations.
|
Constructor and Description |
---|
ExtendedOptions(IsDefaultScaledOptions defaultValues)
Creates an options with default provider.
|
ScaledOptions(IsDefaultScaledOptions defaultValues)
Creates the object only with default provider.
|
ScaledOptions(IsDefaultScaledOptions defaultValues,
NativeObject nativeObject)
Creates the object only with default provider and native object.
|