linan преди 5 години
родител
ревизия
6bd6a320d2
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      src/views/index/charts/chart1.vue
  2. 1 1
      src/views/index/charts/chart2.vue

+ 1 - 1
src/views/index/charts/chart1.vue

@@ -40,7 +40,7 @@ export default {
                         dataZoom: {
                             yAxisIndex: "none"
                         },
-                        dataView: { readOnly: false },
+                        dataView: { readOnly: true },
                         magicType: { type: ["line", "bar"] },
                         restore: {},
                         saveAsImage: {}

+ 1 - 1
src/views/index/charts/chart2.vue

@@ -43,7 +43,7 @@ export default {
                         dataZoom: {
                             yAxisIndex: "none"
                         },
-                        dataView: { readOnly: false },
+                        dataView: { readOnly: true },
                         magicType: { type: ["line", "bar"] },
                         restore: {},
                         saveAsImage: {}