Uses of Class
software.xdev.chartjs.model.options.Tooltip
Packages that use Tooltip
-
Uses of Tooltip in software.xdev.chartjs.model.options
Fields in software.xdev.chartjs.model.options declared as TooltipMethods in software.xdev.chartjs.model.options that return TooltipModifier and TypeMethodDescriptionPlugins.getTooltip()
Tooltip.setBackgroundColor
(Color backgroundColor) Background color of the tooltipTooltip.setBodyFontColor
(Color bodyFontColor) Font color for tooltip items.Tooltip.setBodyFontFamily
(String bodyFontFamily) Font family for tooltip items inherited from global font familyTooltip.setBodyFontSize
(Integer bodyFontSize) Font size for tooltip items inherited from global font sizeTooltip.setBodyFontStyle
(FontStyle bodyFontStyle) Tooltip.setBodySpacing
(Integer bodySpacing) Spacing to add to top and bottom of each tooltip itemTooltip.setCallbacks
(Callbacks callbacks) See the callbacks section belowTooltip.setCaretSize
(Integer caretSize) Size, in px, of the tooltip arrowTooltip.setCornerRadius
(Integer cornerRadius) Radius of tooltip corner curvesTooltip.setEnabled
(Boolean enabled) Are tooltips enabledTooltip.setExternal
(JavaScriptFunction external) See section belowTooltip.setFooterFontColor
(Color footerFontColor) Font color for tooltip footer.Tooltip.setFooterFontFamily
(String footerFontFamily) Font family for tooltip footer inherited from global font family.Tooltip.setFooterFontSize
(Integer footerFontSize) Font size for tooltip footer inherited from global font size.Tooltip.setFooterFontStyle
(FontStyle footerFontStyle) Font style for tooltip footer.Tooltip.setFooterMarginTop
(Integer footerMarginTop) Margin to add before drawing the footerTooltip.setFooterSpacing
(Integer footerSpacing) Spacing to add to top and bottom of each footer line.Tooltip.setItemSort
(JavaScriptFunction itemSort) Allows sorting of tooltip items.Sets which elements appear in the tooltip.Tooltip.setMultiKeyBackground
(Color multiKeyBackground) Color to draw behind the colored boxes when multiple items are in the tooltipTooltip.setTitleFontColor
(Color titleFontColor) Font color for tooltip titleTooltip.setTitleFontFamily
(String titleFontFamily) Font family for tooltip title inherited from global font familyTooltip.setTitleFontSize
(Integer titleFontSize) Font size for tooltip title inherited from global font sizeTooltip.setTitleFontStyle
(FontStyle titleFontStyle) Tooltip.setTitleMarginBottom
(Integer titleMarginBottom) Margin to add on bottom of title sectionTooltip.setTitleSpacing
(Integer titleSpacing) Spacing to add to top and bottom of each title line.Tooltip.setXPadding
(Integer xPadding) Padding to add on left and right of tooltipTooltip.setYPadding
(Integer yPadding) Padding to add on top and bottom of tooltipMethods in software.xdev.chartjs.model.options with parameters of type TooltipModifier and TypeMethodDescriptionPlugins.setTooltip
(Tooltip tooltip) The tooltip label configuration is nested below the tooltip configuration using the callbacks key.