-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SimpleChartJsTooltipConfig
public interface ChartJsTooltipConfig extends Serializable
Represents the tooltip-configuration for a chart, ie. when to show a tooltip (and what to show in the tooltip) when the user hovers over the chart with their mousepointer. Corresponds to theconfig.options.tooltipsproperty.- Author:
- haster
-
-
Method Summary
-
-
-
Method Detail
-
getEnabled
Boolean getEnabled()
-
getMode
ChartJsInteractionMode getMode()
-
getIntersect
Boolean getIntersect()
-
getPosition
ChartJsTooltipPositioning getPosition()
-
getBackgroundColor
ChartJsRGBAColor getBackgroundColor()
-
getTitleFontFamily
String getTitleFontFamily()
-
getTitleFontSize
Integer getTitleFontSize()
-
getTitleFontStyle
String getTitleFontStyle()
-
getTitleFontColor
ChartJsRGBAColor getTitleFontColor()
-
getTitleSpacing
Integer getTitleSpacing()
-
getTitleMarginBottom
Integer getTitleMarginBottom()
-
getBodyFontFamily
String getBodyFontFamily()
-
getBodyFontSize
Integer getBodyFontSize()
-
getBodyFontStyle
String getBodyFontStyle()
-
getBodyFontColor
ChartJsRGBAColor getBodyFontColor()
-
getBodySpacing
Integer getBodySpacing()
-
getFooterFontFamily
String getFooterFontFamily()
-
getFooterFontSize
Integer getFooterFontSize()
-
getFooterFontStyle
String getFooterFontStyle()
-
getFooterFontColor
ChartJsRGBAColor getFooterFontColor()
-
getFooterSpacing
Integer getFooterSpacing()
-
getFooterMarginTop
Integer getFooterMarginTop()
-
getXPadding
Integer getXPadding()
-
getYPadding
Integer getYPadding()
-
getCaretPadding
Integer getCaretPadding()
-
getCaretSize
Integer getCaretSize()
-
getCornerRadius
Integer getCornerRadius()
-
getMultiKeyBackground
ChartJsRGBAColor getMultiKeyBackground()
-
getDisplayColors
Boolean getDisplayColors()
-
getBorderColor
ChartJsRGBAColor getBorderColor()
-
getBorderWidth
Integer getBorderWidth()
-
-