Interface ClickCallback


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

      • onClick

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