Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
org.pepstock.charba.client.gwt.widgets |
Contains all charts classes wrapped as GWT widget in order to enable to use inside to GWT UIBinder.
|
Modifier and Type | Method and Description |
---|---|
UpdateConfiguration |
UpdateConfigurationBuilder.build()
Returns a update configuration item.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractChart.reconfigure(UpdateConfiguration configuration)
Triggers an update of the chart.
This can be safely called after updating the data object. This will update the options, mutating the options property in place. A configuration 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 |
IsChart.reconfigure(UpdateConfiguration config)
Triggers an update of the chart.
This can be safely called after updating the data object. This will update the options, mutating the options property in place. A configuration 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.
This can be safely called after updating the data object. This will update all scales, legends, and then re-render the chart. A configuration 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 |
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. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractChartWidget.reconfigure(UpdateConfiguration config) |
void |
AbstractChartWidget.update(UpdateConfiguration config) |