Class: optimizedResize

(private) columnGraphs.optimizedResize()

(private) new optimizedResize()

Optimizes resize callbacks.
Source:

Methods

(static) add(callbackopt)

Add additional callback to resize event. Adds the default resize functionality by default if empty.
Parameters:
Name Type Attributes Default Description
callback function <optional>
resizeGraph Function to add as callback.
Source:

(static) remove(callbackopt)

Remove callback from resize event. Removes the default resize functionality by default if empty.
Parameters:
Name Type Attributes Default Description
callback function <optional>
resizeGraph Function to remove from callback.
Source: