[starting from version: 2.3]
It is triggered when the component loaded data. To track when the data starts loading, use loadingdata. To track possible errors, use dataerror.
Note For "microsoft analysis services"
and "api"
data source types, use olapstructureloaded.
pivot.on('dataloaded', function () {
alert('Data loaded!');
});
Check out the example on JSFiddle.