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