Package | Description |
---|---|
org.pepstock.charba.client |
Main package with all charts implementation, global classes and common interfaces.
|
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.charts |
Contains METER and GAUGE charts implementations (based on controllers), available out-of-the box.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractChart<O extends ConfigurationOptions,D extends Dataset>
Base class of all charts.
It contains Chart.js initialization. |
interface |
IsChart<O extends ConfigurationOptions,D extends Dataset>
Interface which defines a chart.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPieOptions
Abstract options for PIE chart.
|
class |
BarOptions
Specific options for BAR chart.
|
class |
BubbleOptions
Specific options for BUBBLE chart.
|
class |
DoughnutOptions
Specific options for DOUGHNUT chart.
|
class |
LineOptions
Specific options for LINE chart.
|
class |
PieOptions
Specific options for PIE chart.
|
class |
PolarAreaOptions
Specific 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. |
Modifier and Type | Class and Description |
---|---|
class |
GaugeOptions
Specific options for GAUGE chart.
|
class |
MeterOptions
Specific options for METER chart.
|