File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
frontend/src/views/chart/view Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -1624,7 +1624,6 @@ import ScrollCfg from '@/views/chart/components/senior/ScrollCfg'
1624
1624
import ChartFieldEdit from ' @/views/chart/view/ChartFieldEdit'
1625
1625
import CalcChartFieldEdit from ' @/views/chart/view/CalcChartFieldEdit'
1626
1626
import { equalsAny } from ' @/utils/StringUtils'
1627
- import { quotaViews } from ' @/views/chart/chart/util'
1628
1627
1629
1628
export default {
1630
1629
name: ' ChartEdit' ,
@@ -2129,10 +2128,6 @@ export default {
2129
2128
if (! ele .compareCalc ) {
2130
2129
ele .compareCalc = compareItem
2131
2130
}
2132
- if (quotaViews .indexOf (view .type ) > - 1 ) {
2133
- ele .compareCalc = compareItem
2134
- ele .formatterCfg .type = ' auto'
2135
- }
2136
2131
})
2137
2132
if (view .type === ' chart-mix' ) {
2138
2133
view .yaxisExt .forEach (function (ele ) {
@@ -2160,10 +2155,6 @@ export default {
2160
2155
if (! ele .compareCalc ) {
2161
2156
ele .compareCalc = compareItem
2162
2157
}
2163
- if (quotaViews .indexOf (view .type ) > - 1 ) {
2164
- ele .compareCalc = compareItem
2165
- ele .formatterCfg .type = ' auto'
2166
- }
2167
2158
})
2168
2159
}
2169
2160
view .extStack .forEach (function (ele ) {
You can’t perform that action at this time.
0 commit comments