fires immediately before the component has been rendered
data | object | the DataStore object the chart gets data from |
boolean | returning false will prevent rendering of a component |
some.attachEvent("onBeforeRender", function(){
//... some code here ...
return true;
});
Returning false from the event handler will block further processing.