Interface TooltipFilterCallback


  • public interface TooltipFilterCallback
    Allows filtering of tooltip items.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • onFilter

        boolean onFilter​(IsChart chart,
                         T item)
        Callback that filter items on chart components.
        Parameters:
        chart - chart instance
        item - item to be filtered
        Returns:
        false to remove the item from the container, otherwise true.