☝️Small business or a startup? See if you qualify for our special offer.
+
All documentation

afterchartdraw

[starting from version: 2.6.6]

It is triggered after chart rendering.

Example

How to use afterchartdraw:

pivot.on('afterchartdraw', function () {
console.log('After chart draw!');
});

Open the example on JSFiddle.

See also

aftergriddraw