图表ZingChart

http://www.zingchart.com/reference/index.html


http://www.zingchart.com/reference/improving-data-indicators.html 


<html>
<head>
	<title>Hello ZingChart</title>
	<script type="text/javascript" src="zingchart-html5-min.js"></script>
	<script type="text/javascript">
	    var myChart = {
		    type   : "bar3d",  
            "3d-aspect":{  
                "true3d" : 0,  
                "y-angle": 10,  
                "depth"  : 25  
            },   
            tooltip: { text : "%t %k %v" },//%t系列,%k横轴,%v值
		    title  : {text: "Hello ZingChart World!"},
		    source : { text : "Source: Farnsworth Delivery Tracking Gizmo"},//右下角说明
		    legend : {},//图例
		    plot : { 
                       valueBox : { type:"all", placement:"top" },//标签 
                       animation:{"speed":300,"effect":8,"method":0}//效果 
                      },
		    crosshairX : {},//竖丝
		    crosshairY : {},//横丝
	        scaleX : { label : { text : "横轴" }, values : ["Mon","Tue","Wed","Thu","Fri","Sat"]},
	        scaleY : { label : { text : "竖轴" }, values : "0:20:5", markers : [ 
		                { type:"area",range:[0,5] ,backgroundColor:"#e74c3c",alpha:0.2 },
		                { type:"area",range:[5,10],backgroundColor:"#f1c40f",alpha:0.2}
	                 ]},
		    series : [
			    { text: "系列1", values:[5, 10, 15, 5, 10, 5]},
			    { text: "系列2", values:[2, 4, 6, 8, 10, 12]}
			]
	    };
	    window.οnlοad=function(){
	        zingchart.render({
		        id : "myChartDiv",
		        height : 450,
		        width : 600,
		        data : myChart,
		        fullscreen:true,
		        hideprogresslogo:true
		    });	
	    };
	</script>
</head>
<body>
    <div id="myChartDiv"></div>
</body>
</html>






评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值