|
@@ -2857,6 +2857,10 @@ func GetChartConvertEdbData(chartInfoId, chartType int, calendar, startDate, end
|
|
|
|
|
|
|
|
|
switch chartType {
|
|
|
+ case 2:
|
|
|
+ if seasonExtraConfig != "" {
|
|
|
+ dataResp, err = SeasonChartData(edbList, seasonExtraConfig)
|
|
|
+ }
|
|
|
case 7:
|
|
|
barChartConf := extraConfig.(data_manage.BarChartInfoReq)
|
|
|
xEdbIdValue, yDataList, err = BarChartData(mappingList, edbDataListMap, barChartConf.DateList, barChartConf.Sort)
|
|
@@ -2973,6 +2977,7 @@ func getEdbConvertDataMapList(chartInfoId, chartType int, calendar, startDate, e
|
|
|
var diffSeconds int64
|
|
|
if chartType == 2 {
|
|
|
startDateReal = startDate
|
|
|
+ item.IsAxis = v.IsAxis
|
|
|
} else {
|
|
|
if v.EdbInfoType == 0 && v.LeadUnit != "" && v.LeadValue > 0 {
|
|
|
var startTimeRealTemp time.Time
|