Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
Modifier and Type | Method and Description |
---|---|
void |
IsChart.render(UpdateConfiguration config)
Triggers a redraw of all chart elements.
|
void |
AbstractChart.render(UpdateConfiguration configuration)
Triggers a redraw of all chart elements.
|
void |
IsChart.update(UpdateConfiguration config)
Triggers an update of the chart.
This can be safely called after updating the data object. This will update all scales, legends, and then re-render the chart. A config object can be provided with additional configuration for the update process. This is useful when update is manually called inside an event handler and some different animation is desired. |
void |
AbstractChart.update(UpdateConfiguration configuration)
Triggers an update of the chart.
|
void |
IsChart.updateOptions(UpdateConfiguration configuration)
Triggers an update of the chart.
|
void |
AbstractChart.updateOptions(UpdateConfiguration configuration)
Triggers an update of the chart.
|