<script language="JavaScript" type="text/javascript">
function exportChart(exportFormat)
{
// checks if exportChart function is present and call exportChart function
if ( FusionCharts('login').exportChart )
FusionCharts('login').exportChart( { "exportFormat" : exportFormat } );
else
alert ( "Please wait till the chart completes rendering..." );
}
if ( FusionCharts('logins').exportChart )
FusionCharts('logins').exportChart( { "exportFormat" : exportFormat } );
else
alert ( "Please wait till the chart completes rendering..." );
}
</script>