|
@@ -813,8 +813,6 @@ function setSeasonOpt(e){
|
|
|
textZh:data.Unit, // 中文
|
|
|
// 中文不存在,无论英文有无都显示空
|
|
|
textEn:data.Unit?data.UnitEn?data.UnitEn:'英文单位':'', // 英文
|
|
|
- style:{},
|
|
|
- styleEn:data.Unit && (!data.UnitEn)?{cursor:'pointer',color:"#999"}:{cursor:'pointer'}, // 英文样式
|
|
|
align: 'high',
|
|
|
rotation: 0,
|
|
|
y: -5,
|
|
@@ -998,7 +996,7 @@ function setStackOrCombinChart(e){
|
|
|
nameZh:temName,
|
|
|
nameEn:temNameEN,
|
|
|
color: item.ChartColor,
|
|
|
- lineWidth: (e.ChartInfo.ChartType === 6 && item.ChartStyle === 'spline') ? Number(item.ChartWidth) : 0,
|
|
|
+ lineWidth: Number(item.ChartWidth),
|
|
|
fillColor: (e.ChartInfo.ChartType === 3 || (e.ChartInfo.ChartType === 6 && item.ChartStyle === 'areaspline')) ? item.ChartColor : undefined,
|
|
|
visible:true,
|
|
|
LatestDate:item.LatestDate,
|