mysql 柱状图统计_js/jquery 进行动态统计 各种柱状图 饼状图 线条图 等

1.简单示例1 线条图

$(document).ready(function(){

var plot1 = $.jqplot ('chart1', [[3,7,9,1,4,6,8,2,5]]);

});

acb48307d9c37806b4eab8611be179d6.png

2.简单示例2 柱状图

$(document).ready(function(){

// For horizontal bar charts, x an y values must will be "flipped"

// from their vertical bar counterpart.

var plot2 = $.jqplot('chart2', [

[[2,1], [4,2], [6,3], [3,4]],

[[5,1], [1,2], [3,3], [4,4]],

[[4,1], [7,2], [1,3], [2,4]]], {

seriesDefaults: {

renderer:$.jqplot.BarRenderer,

// Show point labels to the right ('e'ast) of each bar.

// edgeTolerance of -15 allows labels flow outside the grid

// up to 15 pixels. If they flow out more than that, they

// will be hidden.

pointLabels: { show: true, location: 'e', edgeTolerance: -15 },

// Rotate the bar shadow as if bar is lit from top right.

shadowAngle: 135,

// Here's where we tell the chart it is oriented horizontally.

rendererOptions: {

barDirection: 'horizontal'

}

},

axes: {

yaxis: {

renderer: $.jqplot.CategoryAxisRenderer

}

}

});

});

bb873a54fdad8426f5117024fcb7bba5.png

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值