Browse Source

scatter-line-chart修改

杨宽 3 years ago
parent
commit
4968910d46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/chart/combination/scatter-line-chart.vue

+ 1 - 1
src/components/chart/combination/scatter-line-chart.vue

@@ -740,7 +740,7 @@ export default {
             lineStyle: {
             lineStyle: {
               show: false,
               show: false,
             },
             },
-            yAxisIndex: 1,
+            yAxisIndex: 0,
             xAxisIndex: 1,
             xAxisIndex: 1,
             data: value,
             data: value,
           });
           });