This commit is contained in:
parent
2dda22171c
commit
b5a82dec92
|
@ -142,7 +142,7 @@ function init(){
|
|||
},
|
||||
series : [
|
||||
{
|
||||
name:'评论量',
|
||||
name:'评论',
|
||||
type:'line',
|
||||
smooth:true,
|
||||
itemStyle: {
|
||||
|
@ -266,7 +266,7 @@ function init(){
|
|||
color : '#ffffff',
|
||||
|
||||
},
|
||||
data : ['评论'],
|
||||
data : ['商品'],
|
||||
},
|
||||
calculable : false,
|
||||
tooltip : {
|
||||
|
@ -335,7 +335,7 @@ function init(){
|
|||
},
|
||||
series : [
|
||||
{
|
||||
name:'评论',
|
||||
name:'商品',
|
||||
type:'line',
|
||||
smooth:true,
|
||||
itemStyle: {
|
||||
|
|
Loading…
Reference in New Issue