|
@@ -606,7 +606,7 @@ export const chartSetMixin = {
|
|
|
|
|
|
//获取对应轴的上下限
|
|
//获取对应轴的上下限
|
|
//预测指标-走势图;图表配置-主题设置;不使用自定义上下限,剔除
|
|
//预测指标-走势图;图表配置-主题设置;不使用自定义上下限,剔除
|
|
- const useTableLimit = ['/predictEdb','/chartThemeSet'].includes(this.$route.path)
|
|
|
|
|
|
+ const useTableLimit = ['/predictEdb','/addpredictEdb','/editpredictEdb','/chartThemeSet'].includes(this.$route.path)
|
|
//非ETA图库图表也不设置自定义上下限,相关性和统计特征也会用到曲线图
|
|
//非ETA图库图表也不设置自定义上下限,相关性和统计特征也会用到曲线图
|
|
//若chartInfo.Source为1,需在之前调用setLimitData
|
|
//若chartInfo.Source为1,需在之前调用setLimitData
|
|
const isETASource = this.chartInfo.Source===1
|
|
const isETASource = this.chartInfo.Source===1
|