Interface EnterCallback


  • public interface EnterCallback
    Callback interface of AnnotationPlugin.ID plugin that is called once enter is fired.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • onEnter

        boolean onEnter​(AnnotationContext context,
                        ChartEventContext event)
        Method called once enter is fired.
        Parameters:
        context - context instance
        event - event instance
        Returns:
        if true, it will ask to Chart.js to redraw