This commit is contained in:
parent
22ede2c394
commit
cf8d1da3ff
|
@ -95,7 +95,7 @@ function init(){
|
|||
color: '#fff'
|
||||
},
|
||||
formatter: function (value) {
|
||||
return value + "k条"
|
||||
return value + "条"
|
||||
},
|
||||
},
|
||||
splitLine:{
|
||||
|
@ -152,7 +152,7 @@ function init(){
|
|||
}
|
||||
}
|
||||
},
|
||||
data: last_day_comment
|
||||
data: last_day_comment.reverse()
|
||||
},
|
||||
|
||||
]
|
||||
|
@ -288,7 +288,7 @@ function init(){
|
|||
color: '#fff'
|
||||
},
|
||||
formatter: function (value) {
|
||||
return value + "k条"
|
||||
return value + "条"
|
||||
},
|
||||
},
|
||||
splitLine:{
|
||||
|
@ -345,7 +345,7 @@ function init(){
|
|||
}
|
||||
}
|
||||
},
|
||||
data: last_day_product
|
||||
data: last_day_product.reverse()
|
||||
},
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue