This commit is contained in:
parent
5c03bf8669
commit
1569cfb95c
|
@ -116,7 +116,10 @@ $(function(){
|
||||||
axisLabel : {
|
axisLabel : {
|
||||||
textStyle: {
|
textStyle: {
|
||||||
color: '#fff'
|
color: '#fff'
|
||||||
}
|
},
|
||||||
|
formatter: function (value) {
|
||||||
|
return value + "点"
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue