Interface AfterDatasetUpdateHook


  • public interface AfterDatasetUpdateHook
    Called after the 'chart' datasets at the given 'args.index' has been updated.
    Note that this hook will not be called if the datasets update has been previously cancelled.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • onAfterDatasetUpdate

        void onAfterDatasetUpdate​(IsChart chart,
                                  PluginDatasetArgument item)
        Called after the 'chart' datasets at the given 'args.index' has been updated.
        Note that this hook will not be called if the datasets update has been previously cancelled.
        Parameters:
        chart - the chart instance.
        item - the dataset item.