diff --git a/src/views/crops/classify/Classify.vue b/src/views/crops/classify/Classify.vue index d106108..4e549dd 100644 --- a/src/views/crops/classify/Classify.vue +++ b/src/views/crops/classify/Classify.vue @@ -3086,38 +3086,6 @@ function chartModes() { type: 'shadow', // 默认为直线,可选为:'line' | 'shadow' }, }, - dataZoom: [ - { - // start: 0,//默认为0 - // end: 100,//默认为100 - type: 'slider', - show: false, - // xAxisIndex: [0], - handleSize: 0, //滑动条的 左右2个滑动条的大小 - startValue: 0, // 初始显示值 - endValue: 6, // 结束显示值 - height: 10, //组件高度 - left: '5%', //左边的距离 - right: '4%', //右边的距离 - bottom: 5, //底边的距离 - borderColor: '#000', - fillerColor: '#269cdb', - borderRadius: 5, - backgroundColor: '#33384b', //两边未选中的滑动条区域的颜色 - showDataShadow: false, //是否显示数据阴影 默认auto - showDetail: false, //即拖拽时候是否显示详细数值信息 默认true - realtime: true, //是否实时更新 - filterMode: 'filter', - }, - //下面这个属性是里面拖到 - { - type: 'inside', - show: true, - // xAxisIndex: [0], - start: 1, //默认为1 - end: 100, //默认为100 - }, - ], legend: { top: 10, left: 10, diff --git a/src/views/index.vue b/src/views/index.vue index cd258e8..2050dc9 100755 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -551,7 +551,7 @@
{{ clickInfoMap.value }}亩
X
-
+ 返回