Interface ChartJsTooltipConfig

  • 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 the config.options.tooltips property.
    Author:
    haster