Package | Description |
---|---|
org.pepstock.charba.client.defaults |
Contains all interfaces need to provide defaults values of the chart options.
|
org.pepstock.charba.client.defaults.chart |
Contains the default values of chart options based on type of chart instance.
|
org.pepstock.charba.client.defaults.globals |
Contains the default values of chart options for all chart types (CHART.JS options defaults).
|
org.pepstock.charba.client.options |
Contains all elements to configure charts at global level (know as chart global options).
|
org.pepstock.charba.client.utils.toast |
Contains all classes to use
Toaster utility. |
Modifier and Type | Interface and Description |
---|---|
interface |
IsDefaultAbstractTitle
Interface to define title object defaults.
|
interface |
IsDefaultLegendLabels
Interface to define legend labels object defaults.
|
interface |
IsDefaultLegendTitle
Interface to define legend title object defaults.
|
interface |
IsDefaultPointLabels
Interface to define point labels object defaults.
|
interface |
IsDefaultScaleTitle
Interface to define scale title object defaults.
|
interface |
IsDefaultSubtitle
Interface to define subtitle object defaults.
|
interface |
IsDefaultTicks
Interface to define ticks object defaults.
|
interface |
IsDefaultTitle
Interface to define title object defaults.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultChartLegendLabels
Defaults for legend labels option element, based on chart type.
|
class |
DefaultChartLegendTitle
Defaults for legend title option element, based on chart type.
|
class |
DefaultChartPointLabels
Defaults for point labels option element, based on chart type.
|
class |
DefaultChartScaleTitle
Defaults for scale title option element, based on chart type.
|
class |
DefaultChartSubtitle
Defaults for subtitle option element, based on chart type.
|
class |
DefaultChartTicks
Defaults for ticks option element, based on chart type.
|
class |
DefaultChartTitle
Defaults for title option element, based on chart type.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLegendLabels
CHART.JS default values for LEGENDLABELS element.
|
class |
DefaultLegendTitle
CHART.JS default values for LEGENDTITLE element.
|
class |
DefaultPointLabels
CHART.JS default values for POINTLABELS element.
|
class |
DefaultScaleTitle
CHART.JS default values for TITLE element of a scale.
|
class |
DefaultSubtitle
CHART.JS default values for SUBTITLE element.
|
class |
DefaultTicks
CHART.JS default values for TICKS element.
|
class |
DefaultTitle
CHART.JS default values for TITLE element.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HasFont
Interface to map the font and color options.
|
interface |
IsTitle
Interface to map a title and subtitle elements.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTitle<T extends IsDefaultAbstractTitle>
Configures the default chart title and subtitle which defines texts to draw at the top of the chart.
|
class |
LegendLabels
This is the labels configuration of the legend.
|
class |
LegendTitle
This is the title configuration of the legend.
|
class |
PointLabels
It is used to configure the point labels that are shown on the perimeter of the scale.
Note that these options only apply if display is true . |
class |
ScaleTitle
When creating a chart, you want to tell the viewer what data they are viewing.
|
class |
Subtitle
Configures the default chart subtitle which defines text to draw at the top of the chart.
|
class |
Ticks
All configuration for ticks of a chart.
It defines options for the tick marks that are generated by the axis. |
class |
Title
Configures the default chart title which defines text to draw at the top of the chart.
|
Constructor and Description |
---|
FontContainer(AbstractNode parent,
IsDefaultFontContainer defaultValues,
NativeObject nativeObject)
Creates a font container with the native object where font properties must be managed and the default value to use when the property does not exist.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IsDefaultAction
Interface to define toast action object defaults.
|
interface |
IsDefaultContentElement
|
Modifier and Type | Class and Description |
---|---|
class |
Action
Configures style of the toast actions.
|
class |
ActionItem
Defines user action to show on a toast in order to enable the user to act with the toast.
|
class |
Label
Configures the toast label.
|