|
@@ -653,6 +653,7 @@ func getEdbDataMapList(chartInfoId, chartType int, calendar, startDate, endDate
|
|
|
item.ChartStyle = ""
|
|
|
item.ChartColor = ""
|
|
|
item.ChartWidth = 0
|
|
|
+ item.ChartScale = 0
|
|
|
item.MaxData = v.MaxValue
|
|
|
item.MinData = v.MinValue
|
|
|
} else {
|
|
@@ -666,6 +667,7 @@ func getEdbDataMapList(chartInfoId, chartType int, calendar, startDate, endDate
|
|
|
item.ChartStyle = v.ChartStyle
|
|
|
item.ChartColor = v.ChartColor
|
|
|
item.ChartWidth = v.ChartWidth
|
|
|
+ item.ChartScale = v.ChartScale
|
|
|
item.IsOrder = v.IsOrder
|
|
|
item.MaxData = v.MaxData
|
|
|
item.MinData = v.MinData
|
|
@@ -2425,6 +2427,7 @@ func AddChartInfo(req data_manage.AddChartInfoReq, sysUserId int, sysUserRealNam
|
|
|
ChartColor: "",
|
|
|
PredictChartColor: "",
|
|
|
ChartWidth: 0,
|
|
|
+ ChartScale: 0,
|
|
|
Source: utils.CHART_SOURCE_DEFAULT,
|
|
|
})
|
|
|
}
|
|
@@ -2607,6 +2610,7 @@ func AddChartInfo(req data_manage.AddChartInfoReq, sysUserId int, sysUserRealNam
|
|
|
mapItem.ChartColor = v.ChartColor
|
|
|
mapItem.PredictChartColor = v.PredictChartColor
|
|
|
mapItem.ChartWidth = v.ChartWidth
|
|
|
+ mapItem.ChartScale = v.ChartScale
|
|
|
mapItem.Source = utils.CHART_SOURCE_DEFAULT
|
|
|
mapItem.EdbAliasName = v.EdbAliasName
|
|
|
mapItem.IsConvert = v.IsConvert
|