Package | Description |
---|---|
org.pepstock.charba.client.configuration |
Contains all elements to configure a chart instance (know as chart options at instance level).
|
org.pepstock.charba.client.geo |
Contains all classes to activate the GEO controllers (AKA
chartjs-chart-geo.js ) for CHART.js. |
org.pepstock.charba.client.matrix |
Contains all classes to activate the Matrix controller (AKA
chartjs-chart-matrix.js ) for CHART.js. |
org.pepstock.charba.client.sankey |
Contains all classes to activate the Sankey controller (AKA
chartjs-chart-sankey.js ) for CHART.js. |
Modifier and Type | Class and Description |
---|---|
class |
BarOptions
Specific options for BAR chart.
|
class |
BubbleOptions
Specific options for BUBBLE chart.
|
class |
HorizontalBarOptions
Specific options for HORIZONTAL BAR chart.
|
class |
LineOptions
Specific options for LINE chart.
|
class |
PolarAreaOptions
Specific options for POLAR AREA chart.
|
class |
RadarOptions
Specific options for RADAR chart.
|
class |
ScatterOptions
Specific options for SCATTER chart.
|
class |
StackedOptions
Configuration of chart which could be stacked.
It uses Category axis for X axis and Linear for Y axis. |
class |
TimeSeriesBarOptions
Specific options for BAR chart, for time series.
|
class |
TimeSeriesLineOptions
Specific options for LINE chartfor time series.
|
class |
VerticalLineOptions
Specific options for vertical LINE chart.
|
Modifier and Type | Method and Description |
---|---|
ScalesOptions |
ScatterOptions.getOptions() |
ScalesOptions |
LineOptions.getOptions() |
Constructor and Description |
---|
Scales(ScalesOptions options)
Builds the object storing the root options element.
|
Modifier and Type | Class and Description |
---|---|
class |
BubbleMapOptions
Specific options for bubble map chart.
|
class |
ChoroplethOptions
Specific options for choropleth chart.
|
Modifier and Type | Class and Description |
---|---|
class |
MatrixOptions
Specific options for matrix chart.
Disables legend at the beginning but you can enable when needed. |
Modifier and Type | Class and Description |
---|---|
class |
SankeyOptions
Specific options for sankey chart.
Disables legend at the beginning but you can enable when needed. |