效果:
說明:此效果只是簡單的嵌套flash讀取數據庫中某兩個字段的數據。(【js下載地址:http://xiazai.VeVB.COm/201311/yuanma/FusionCharts(VeVB.COm).js】 【swf下載地址:http://pan.baidu.com/s/1b2O9Q】 )
事件:初始化加載。
代碼部分:
HTML:
<script type="text/javascript">
getchart('flash/Column3D(VeVB.COm).swf');
function getchart(str) {
var chart = new FusionCharts(str, "ChartId", "900", "400");
chart.setDataXML('<?xml version="1.0" encoding="UTF-8" ?>'+
'<chart caption="青蘋果數據分析" bgColor="#ffffff" xAxisName="試驗室檢測項目" yAxisName="總條數"' +
' numberPrefix="" sformatNumberScale="1" syncAxisLimits="10" rotateValues="0" showSum="0" baseFontSize="12">' +
/***生成柱狀圖*************************************************/
<%=flash %>
/************************************************************/
'</chart>');
chart.render("flashGO");
}
</script>
</body>
</html>
后臺:
|
新聞熱點
疑難解答