可根据需求传入data进行动态赋值。
function drawSpeedChat(data) {
var max = 5120;
Highcharts.chart("speed_chart", {
chart : {
type : 'gauge',
plotBorderWidth : 0,
plotShadow : false
},
title : {
text : '平均上传速度'
},
credits : {
enabled : false
},
pane : {
startAngle : -150,
endAngle : 150,
background : [ {
backgroundColor : {
linearGradient : {
x1 : 0,
y1 : 0,
x2 : 0,
y2 : 1
},
stops : [ [ 0, '#FFF' ],