Package | Description |
---|---|
org.pepstock.charba.client.commons | |
org.pepstock.charba.client.events | |
org.pepstock.charba.client.options |
Modifier and Type | Class and Description |
---|---|
class |
EventProvider
Is a JavaScript object container, which contains THE chart instance, which will manage chart events to events handlers.
|
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<AddHandlerEventHandler> |
AddHandlerEvent.TYPE
Event type
|
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.GwtEvent.Type<AddHandlerEventHandler> |
AddHandlerEvent.getAssociatedType() |
Modifier and Type | Method and Description |
---|---|
protected void |
AddHandlerEvent.dispatch(AddHandlerEventHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
Animation
It animates charts out of the box.
|
class |
BarOptions
Specific options for BAR chart.
|
class |
BaseOptions
Base object which maps chart options.
Charba stores the unique chart ID into CHART.JS chart options using charbaId property key.Important topics to take care: Responsive When it comes to change the chart size based on the window size, a major limitation is that the canvas render size (canvas.width and .height) can not be expressed with relative values, contrary to the display size (canvas.style.width and .height). |
class |
BubbleOptions
Specific options for BUBBLE chart.
|
class |
DoughnutOptions
Specific options for DOUGHNUT chart.
|
class |
GaugeOptions
Specific options for GAUGE chart.
|
class |
Legend
The chart legend displays data about the datasets that area appearing on the chart.
|
class |
LineOptions
Specific options for LINE chart.
|
class |
MeterOptions
Specific options for METER chart.
|
class |
MultiScalesOptions
Configuration of chart with multiple scales.
|
class |
PieOptions
Specific options for PIE chart.
|
class |
PolarAreaOptions
pecific options for POLAR AREA chart.
|
class |
RadarOptions
Specific options for RADAR chart.
|
class |
ScatterOptions
Specific options for SCATTER chart.
|
class |
SingleScaleOptions
Configuration of chart with only 1 scale.
|
class |
StackedOptions
Configuration of chart which could be stacked.
It uses Category axis for X axis and Linear for Y axis. |