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.options |
Contains all elements to configure charts at global level (know as chart global options).
|
Modifier and Type | Method and Description |
---|---|
Scales |
ChartOptions.getScales() |
Constructor and Description |
---|
DefaultChartScales(Scales scales)
Creates the object by scales option element instance.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtendedScales
Options used internally inside the chart configuration.
This is the SCALES element of configuration. |
Modifier and Type | Method and Description |
---|---|
Scales |
ScaledOptions.getScales() |