@@ -761,6 +761,25 @@
+
+
+
+ {{ $t('chart.senior_cfg') }}
+
+
+
+
+
+
+
+
+
+
{{ $t('chart.chart_no_senior') }}
@@ -1084,6 +1103,7 @@ import PluginCom from '@/views/system/plugin/PluginCom'
import { mapState } from 'vuex'
import FunctionCfg from '@/views/chart/components/senior/FunctionCfg'
+import MapMapping from '@/views/chart/components/senior/MapMapping'
import AssistLine from '@/views/chart/components/senior/AssistLine'
import Threshold from '@/views/chart/components/senior/Threshold'
import LabelNormalText from '@/views/chart/components/normal/LabelNormalText'
@@ -1129,7 +1149,8 @@ export default {
ChartDragItem,
DrillItem,
DrillPath,
- PluginCom
+ PluginCom,
+ MapMapping
},
props: {
param: {
@@ -1952,6 +1973,10 @@ export default {
this.view.senior.scrollCfg = val
this.calcStyle()
},
+ onMapMappingChange(val) {
+ this.view.senior.mapMapping = val
+ this.calcStyle()
+ },
showDimensionEditFilter(item) {
this.dimensionItem = JSON.parse(JSON.stringify(item))