Roc 1 year ago
parent
commit
d983bcfd09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/data_manage/chart_info.go

+ 1 - 1
controllers/data_manage/chart_info.go

@@ -1035,7 +1035,7 @@ func (this *ChartInfoController) PreviewChartInfoDetail() {
 			v.ChartColor = tmpV.ChartColor
 			v.PredictChartColor = tmpV.PredictChartColor
 			v.ChartWidth = tmpV.ChartWidth
-			v.Source = tmpV.Source
+			//v.Source = tmpV.Source
 		}
 		mappingList[k] = v
 	}