We have updated Flexmonster Software License Agreement, effective as of September 30, 2025 (list of changes)
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