ソースを参照

所有折线图不显示圆圈

Bella 2 年 前
コミット
f5d78919ff

+ 1 - 0
src/components/business/analysis/cold/BusinessColdChart.vue

@@ -83,6 +83,7 @@ export default {
             data: [],
             type: 'line',
             smooth:true,
+            showSymbol:false,
             yAxisIndex: 1,
             backgroundStyle: {
               color: 'rgba(180, 180, 180, 0.2)'

+ 1 - 0
src/components/business/analysis/pv/BusinessPvChart.vue

@@ -83,6 +83,7 @@ export default {
             data: [],
             type: 'line',
             smooth:true,
+            showSymbol:false,
             yAxisIndex: 1,
             backgroundStyle: {
               color: 'rgba(180, 180, 180, 0.2)'

+ 1 - 0
src/components/dashboard/more/pv/pvPowerSummaryChart.vue

@@ -68,6 +68,7 @@ export default {
             data: [],
             type: 'line',
             smooth: true,
+            showSymbol:false,
             areaStyle: {
               color: new this.$echarts.graphic.LinearGradient(0, 0, 0, 1, [{
                 offset: 0,

+ 1 - 0
src/components/dashboard/portrait/money/investDistributeChart.vue

@@ -113,6 +113,7 @@ export default {
             yAxisIndex:1,
             type: 'line',
             smooth:true,
+            showSymbol:false,
           }
         ]
       }

+ 1 - 0
src/components/dashboard/portrait/money/investYearChart.vue

@@ -80,6 +80,7 @@ export default {
             yAxisIndex:1,
             type: 'line',
             smooth:true,
+            showSymbol:false,
           }
         ]
       }

+ 3 - 0
src/components/life/restaurant/components/lifeRestConsumeChart.vue

@@ -143,6 +143,7 @@ export default {
             data: [],
             type: 'line',
             smooth:true,
+            showSymbol:false,
             itemStyle: {
               color: '#3AA7E6'
             }
@@ -152,6 +153,7 @@ export default {
             data: [],
             type: 'line',
             smooth:true,
+            showSymbol:false,
             itemStyle: {
               color: '#4ACFB8'
             }
@@ -161,6 +163,7 @@ export default {
             data: [],
             type: 'line',
             smooth:true,
+            showSymbol:false,
             itemStyle: {
               color: '#F4955F'
             }

+ 1 - 0
src/components/life/restaurant/components/lifeRestEatChart.vue

@@ -129,6 +129,7 @@ export default {
             yAxisIndex: 0,
             type: 'line',
             smooth:true,
+            showSymbol:false,
             yAxis: 0,
             itemStyle: {
               color: '#FFB059'

+ 1 - 0
src/components/life/supermarket/components/lifeSupermarketAnalysisChart.vue

@@ -165,6 +165,7 @@ export default {
             yAxisIndex:0,
             type: 'line',
             smooth:true,
+            showSymbol:false,
           }
         ]
       }

+ 2 - 0
src/components/security/alarm/manage/securityAlarmManageOnlineTrend.vue

@@ -73,6 +73,7 @@ export default {
             data: [],
             type: 'line',
             smooth: true,
+            showSymbol:false,
             //areaStyle: {
             //  color: new this.$echarts.graphic.LinearGradient(0, 0, 0, 1, [{
             //    offset: 0,
@@ -95,6 +96,7 @@ export default {
             data: [],
             type: 'line',
             smooth: true,
+            showSymbol:false,
             //areaStyle: {
             //  color: new this.$echarts.graphic.LinearGradient(0, 0, 0, 1, [{
             //    offset: 0,

+ 3 - 0
src/components/security/alarm/manage/securityAlarmManageTrend.vue

@@ -69,6 +69,7 @@ export default {
             data: [],
             type: 'line',
             smooth: true,
+            showSymbol:false,
             lineStyle: {
               color: "#5A9BFE",
               width: 1,
@@ -82,6 +83,7 @@ export default {
             data: [],
             type: 'line',
             smooth: true,
+            showSymbol:false,
             lineStyle: {
               color: "#62CC97",
               width: 1,
@@ -95,6 +97,7 @@ export default {
             data: [],
             type: 'line',
             smooth: true,
+            showSymbol:false,
             lineStyle: {
               color: "#FDB456",
               width: 1,