|
@@ -574,7 +574,8 @@ function setSeasonOpt(e){
|
|
styleEn:data.Unit && (!data.UnitEn)?{cursor:'pointer',color:"#999"}:{cursor:'pointer'},
|
|
styleEn:data.Unit && (!data.UnitEn)?{cursor:'pointer',color:"#999"}:{cursor:'pointer'},
|
|
align: 'high',
|
|
align: 'high',
|
|
rotation: 0,
|
|
rotation: 0,
|
|
- y: -15,
|
|
+ y: -5,
|
|
|
|
+ x:-(10 * data.Unit.length),
|
|
offset: -(10 * data.Unit.length),
|
|
offset: -(10 * data.Unit.length),
|
|
},
|
|
},
|
|
max: Number(data.MaxData),
|
|
max: Number(data.MaxData),
|
|
@@ -645,7 +646,8 @@ function setSeasonOpt(e){
|
|
styleEn:data.Unit && (!data.UnitEn)?{cursor:'pointer',color:"#999"}:{cursor:'pointer'},
|
|
styleEn:data.Unit && (!data.UnitEn)?{cursor:'pointer',color:"#999"}:{cursor:'pointer'},
|
|
align: 'high',
|
|
align: 'high',
|
|
rotation: 0,
|
|
rotation: 0,
|
|
- y: -15,
|
|
+ y: -5,
|
|
|
|
+ x:-(10 * data.Unit.length),
|
|
offset: -(10 * data.Unit.length),
|
|
offset: -(10 * data.Unit.length),
|
|
},
|
|
},
|
|
max: Number(data.MaxData),
|
|
max: Number(data.MaxData),
|
|
@@ -760,6 +762,12 @@ function setSeasonOpt(e){
|
|
title: {
|
|
title: {
|
|
enabled: true,
|
|
enabled: true,
|
|
text:e.ChartInfo.ChartName
|
|
text:e.ChartInfo.ChartName
|
|
|
|
+ },
|
|
|
|
+ legend:{
|
|
|
|
+ enabled:true,
|
|
|
|
+ verticalAlign: 'top',
|
|
|
|
+ y:-10,
|
|
|
|
+ x:(10 * data.Unit.length)/2
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|