fddd

<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>

posted @ 2015-08-13 13:41  梁小粽  阅读(1604)  评论(0编辑  收藏  举报