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 useToasterutility. -
-
Uses of HasFont in org.pepstock.charba.client.options
Classes in org.pepstock.charba.client.options that implement HasFont Modifier and Type Class Description classAbstractTitle<T extends IsDefaultAbstractTitle>Configures the default chart title and subtitle which defines texts to draw at the top of the chart.classLegendLabelsThis is the labels configuration of the legend.classLegendTitleThis is the title configuration of the legend.classPointLabelsIt 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.classScaleTitleWhen creating a chart, you want to tell the viewer what data they are viewing.classSubtitleConfigures the default chart subtitle which defines text to draw at the top of the chart.classTicksAll configuration for ticks of a chart.
It defines options for the tick marks that are generated by the axis.classTitleConfigures 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 classActionConfigures style of the toast actions.classActionItemDefines user action to show on a toast in order to enable the user to act with the toast.classLabelConfigures the toast label.classTitleConfigures the toast title.
-