occurs after a dataset is sorted
by | string | a template of sort-by field |
dir | string | a direction of sorting |
as | string | a type of sorting |
myChart.attachEvent("onAfterSort", function (by, dir, as){
//any custom logic here
});
Event name is case insensitive.
Back to top