occurs immediately before the component has been rendered
data | object | the DataStore object that the chart gets data from |
some.attachEvent("onBeforeRender", function(){
//... some code here ...
});
Returning false from the event handler will block further processing.