Package | Description |
---|---|
org.pepstock.charba.client.configuration |
Contains all elements to configure a chart instance (know as chart options at instance level).
|
Modifier and Type | Method and Description |
---|---|
FullSizeCallback<ChartContext> |
Title.getFullSizeCallback()
Returns the callback to set if marks that this box should take the full width/height of the canvas (moving other boxes).
|
Modifier and Type | Method and Description |
---|---|
void |
Title.setFullSize(FullSizeCallback<ChartContext> fullSizeCallback)
Sets if marks that this box should take the full width/height of the canvas (moving other boxes) is shown by a callback.
|