This commit is contained in:
guange 2019-01-18 19:02:18 +08:00
parent 5c03bf8669
commit 1569cfb95c
1 changed files with 4 additions and 1 deletions

View File

@ -116,7 +116,10 @@ $(function(){
axisLabel : { axisLabel : {
textStyle: { textStyle: {
color: '#fff' color: '#fff'
} },
formatter: function (value) {
return value + "点"
},
} }
} }
], ],