|
@@ -127,7 +127,11 @@ export default {
|
|
|
this.chartInfo.SeasonExtraConfig && (this.SeasonExtraConfig = JSON.parse(this.chartInfo.SeasonExtraConfig))
|
|
|
|
|
|
if (!this.chartInfo.HaveOperaAuth) return
|
|
|
-
|
|
|
+ // 时序组合图控制是否堆叠
|
|
|
+ if(this.chartInfo.ChartType===6){
|
|
|
+ this.IsHeap=res.Data.DataResp.IsHeap===1?true:false
|
|
|
+ }
|
|
|
+
|
|
|
if ([1, 11, 12].includes(this.chartInfo.Source)) {
|
|
|
//季节性图处理SeasonAverageConfig,SeasonRightEdbConfig
|
|
|
if (this.chartInfo.ChartType === 2) {
|