|
@@ -364,6 +364,7 @@
|
|
|
ref="markerSectionRef"
|
|
|
:chartType="chartInfo.ChartType"
|
|
|
:chartInfo="chartInfo"
|
|
|
+ :tableData="tableData"
|
|
|
@update="setChartMarkerInfo"
|
|
|
@updateSeason="updateSeasonChart"
|
|
|
@previewSeason="previewSeasonChart"
|
|
@@ -806,6 +807,9 @@ export default {
|
|
|
const tempData = _.cloneDeep(this.chartInfo.SeasonAverageConfig)
|
|
|
tempData.RightAxis = _.cloneDeep(RightAxis)
|
|
|
tempData.RightInfo = _.cloneDeep((RightAxis.EdbInfoList&&RightAxis.EdbInfoList[0])||{})
|
|
|
+ if(tempData.RightAxis.IndicatorType!==1){
|
|
|
+ tempData.RightInfo = EdbInfoList[1]||{}
|
|
|
+ }
|
|
|
delete tempData.MaxMinLimits.List
|
|
|
delete tempData.SamePeriodAverage.List
|
|
|
delete tempData.SamePeriodStandardDeviation.List
|