This commit is contained in:
guange 2019-01-18 14:06:03 +08:00
parent 22ede2c394
commit cf8d1da3ff
1 changed files with 4 additions and 4 deletions

View File

@ -95,7 +95,7 @@ function init(){
color: '#fff' color: '#fff'
}, },
formatter: function (value) { formatter: function (value) {
return value + "k条" return value + "条"
}, },
}, },
splitLine:{ splitLine:{
@ -152,7 +152,7 @@ function init(){
} }
} }
}, },
data: last_day_comment data: last_day_comment.reverse()
}, },
] ]
@ -288,7 +288,7 @@ function init(){
color: '#fff' color: '#fff'
}, },
formatter: function (value) { formatter: function (value) {
return value + "k条" return value + "条"
}, },
}, },
splitLine:{ splitLine:{
@ -345,7 +345,7 @@ function init(){
} }
} }
}, },
data: last_day_product data: last_day_product.reverse()
}, },