|
@@ -105,7 +105,7 @@ export function chartRender({data,renderId,lang='zh',changeLangIsCheck,showChart
|
|
|
chartData.value=data
|
|
|
/* useSelfLimit = ['/myETA/chartdetail','/chartETA/chartdetail'].includes(window.location.pathname) */
|
|
|
useSelfLimit = shouldUseSelfLimit
|
|
|
- if(data.ChartInfo.Source===1){
|
|
|
+ if([1,11].includes(data.ChartInfo.Source)){
|
|
|
const chartSetMap = {
|
|
|
1: setSplineOpt,
|
|
|
2: setSeasonOpt,
|
|
@@ -658,7 +658,7 @@ function setSplineOpt(e){
|
|
|
nameZh:temName,
|
|
|
nameEn:temNameEN,
|
|
|
color: item.ChartColor,
|
|
|
- lineWidth: Number(item.ChartWidth),
|
|
|
+ lineWidth: Number(item.ChartWidth)||(chartTheme&&chartTheme.lineOptions.lineWidth)||1,
|
|
|
visible:true,
|
|
|
LatestDate:item.LatestDate,
|
|
|
LatestValue:item.LatestValue,
|