Interface ResizeHook


  • public interface ResizeHook
    Called after the chart as been resized.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • onResize

        void onResize​(IsChart chart,
                      PluginResizeArgument argument)
        Called after the chart as been resized.
        Parameters:
        chart - the chart instance.
        argument - argument of method which contains the new canvas display size (eq. canvas.style width and height).