Package | Description |
---|---|
org.pepstock.charba.client.configuration |
Contains all elements to configure a chart instance (know as chart options at instance level).
|
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.enums |
Contains all enumerations of some chart options where only a specific set of values can be set.
|
org.pepstock.charba.client.options |
Contains all elements to configure charts at global level (know as chart global options).
|
org.pepstock.charba.client.positioner |
Contains all classes to implement a custom tooltip positioner for CHART.JS.
|
Modifier and Type | Method and Description |
---|---|
IsTooltipPosition |
Tooltips.getPosition()
Returns the mode for positioning the tooltip.
|
Modifier and Type | Method and Description |
---|---|
void |
Tooltips.setPosition(IsTooltipPosition position)
Sets the mode for positioning the tooltip.
|
Modifier and Type | Method and Description |
---|---|
IsTooltipPosition |
IsDefaultTooltips.getPosition()
Returns the mode for positioning the tooltip.
|
Modifier and Type | Method and Description |
---|---|
IsTooltipPosition |
DefaultChartTooltips.getPosition() |
Modifier and Type | Method and Description |
---|---|
IsTooltipPosition |
DefaultTooltips.getPosition() |
Modifier and Type | Class and Description |
---|---|
class |
TooltipPosition
These are the different modes for positioning of the tooltip.
|
Modifier and Type | Method and Description |
---|---|
IsTooltipPosition |
Tooltips.getPosition()
Returns the mode for positioning the tooltip.
|
Modifier and Type | Method and Description |
---|---|
void |
Tooltips.setPosition(IsTooltipPosition position)
Sets the mode for positioning the tooltip.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomTooltipPosition
Custom tooltip position to use in the chart options to configure charts.
It must not be equals of the out of the box ones. |
Modifier and Type | Method and Description |
---|---|
IsTooltipPosition |
Positioner.getTooltipPosition(String name)
Returns the tooltip positioner implementation by tooltip position name.
|