Uses of Interface
org.pepstock.charba.client.options.HasFont
-
Packages that use HasFont Package Description 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 useToaster
utility. -
-
Uses of HasFont in org.pepstock.charba.client.options
Classes in org.pepstock.charba.client.options that implement HasFont Modifier and Type Class 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 istrue
.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. -
Uses of HasFont in org.pepstock.charba.client.utils.toast
Classes in org.pepstock.charba.client.utils.toast that implement HasFont Modifier and Type Class 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.class
Title
Configures the toast title.
-