onMapReady

fires when a chart is ready for external method calls

void onMapReady();

Example

$$("map").attachEvent("onMapReady",function(){
    // your code here
});

Back to top