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.impl.callbacks |
Contains some callbacks implementations, available out-of-the box.
|
Modifier and Type | Method and Description |
---|---|
TickCallback |
RadialLinearTick.getCallback()
Returns the user callback instance.
|
TickCallback |
CartesianLinearTick.getCallback()
Returns the user callback instance.
|
TickCallback |
CartesianLogarithmicTick.getCallback()
Returns the user callback instance.
|
Modifier and Type | Method and Description |
---|---|
void |
RadialLinearTick.setCallback(TickCallback callback)
Sets the user callback instance.
|
void |
CartesianLinearTick.setCallback(TickCallback callback)
Sets the user callback instance.
|
void |
CartesianLogarithmicTick.setCallback(TickCallback callback)
Sets the user callback instance.
|
Modifier and Type | Class and Description |
---|---|
class |
NoSelectedDatasetTicksCallback
Implementation of tick callback in order to avoid that when all datasets are hidden, the ticks will get a wrong double precision.
|