|
@@ -127,6 +127,10 @@ func (this *RangeChartChartInfoController) Preview() {
|
|
|
}
|
|
|
dataResp.MultipleGraphConfigId = multipleGraphConfig.MultipleGraphConfigId
|
|
|
}
|
|
|
+ // 图表的指标来源
|
|
|
+ sourceNameList, sourceNameEnList := data.GetEdbSourceByEdbInfoIdList(edbList)
|
|
|
+ chartInfo.ChartSource = strings.Join(sourceNameList, ",")
|
|
|
+ chartInfo.ChartSourceEn = strings.Join(sourceNameEnList, ",")
|
|
|
|
|
|
resp := new(data_manage.ChartInfoDetailResp)
|
|
|
resp.ChartInfo = chartInfo
|