diff --git a/src/components/echart/barChart/MixChart.vue b/src/components/echart/barChart/MixChart.vue index 7dadfd8..c47e798 100644 --- a/src/components/echart/barChart/MixChart.vue +++ b/src/components/echart/barChart/MixChart.vue @@ -1,5 +1,9 @@ diff --git a/src/components/echart/barChart/MixChart.vue b/src/components/echart/barChart/MixChart.vue index 7dadfd8..c47e798 100644 --- a/src/components/echart/barChart/MixChart.vue +++ b/src/components/echart/barChart/MixChart.vue @@ -1,5 +1,9 @@ diff --git a/src/components/guadMap/index.vue b/src/components/guadMap/index.vue index cb2c58d..402ad7e 100644 --- a/src/components/guadMap/index.vue +++ b/src/components/guadMap/index.vue @@ -7,6 +7,7 @@ diff --git a/src/components/guadMap/index.vue b/src/components/guadMap/index.vue index cb2c58d..402ad7e 100644 --- a/src/components/guadMap/index.vue +++ b/src/components/guadMap/index.vue @@ -7,6 +7,7 @@ diff --git a/src/components/guadMap/index.vue b/src/components/guadMap/index.vue index cb2c58d..402ad7e 100644 --- a/src/components/guadMap/index.vue +++ b/src/components/guadMap/index.vue @@ -7,6 +7,7 @@ diff --git a/src/components/guadMap/index.vue b/src/components/guadMap/index.vue index cb2c58d..402ad7e 100644 --- a/src/components/guadMap/index.vue +++ b/src/components/guadMap/index.vue @@ -7,6 +7,7 @@ - - \ No newline at end of file diff --git a/src/components/echart/barChart/MixChart.vue b/src/components/echart/barChart/MixChart.vue index 7dadfd8..c47e798 100644 --- a/src/components/echart/barChart/MixChart.vue +++ b/src/components/echart/barChart/MixChart.vue @@ -1,5 +1,9 @@ diff --git a/src/components/guadMap/index.vue b/src/components/guadMap/index.vue index cb2c58d..402ad7e 100644 --- a/src/components/guadMap/index.vue +++ b/src/components/guadMap/index.vue @@ -7,6 +7,7 @@ - - \ No newline at end of file diff --git a/src/views/dashboard/components/opportunityStatistics.vue b/src/views/dashboard/components/opportunityStatistics.vue index f029f8a..68aa9c7 100644 --- a/src/views/dashboard/components/opportunityStatistics.vue +++ b/src/views/dashboard/components/opportunityStatistics.vue @@ -138,25 +138,25 @@ }, ]; this.xAxisData = seriesData[0].data; - this.yAxisData = [ - { - type: "value", - show: true, - axisLabel: { - formatter: "{value}", - fontSize: 12, - color: "#000", - }, - axisLine: { - show: false, - }, - splitLine: { - //多条横线 - show: true, - }, - interval: 20, - }, - ]; + // this.yAxisData = [ + // { + // type: "value", + // show: true, + // axisLabel: { + // formatter: "{value}", + // fontSize: 12, + // color: "#000", + // }, + // axisLine: { + // show: false, + // }, + // splitLine: { + // //多条横线 + // show: true, + // }, + // interval: 20, + // }, + // ]; this.legend = ['商机个数','商机转订单个数'] }); }, diff --git a/src/components/echart/barChart/MixChart.vue b/src/components/echart/barChart/MixChart.vue index 7dadfd8..c47e798 100644 --- a/src/components/echart/barChart/MixChart.vue +++ b/src/components/echart/barChart/MixChart.vue @@ -1,5 +1,9 @@ diff --git a/src/components/guadMap/index.vue b/src/components/guadMap/index.vue index cb2c58d..402ad7e 100644 --- a/src/components/guadMap/index.vue +++ b/src/components/guadMap/index.vue @@ -7,6 +7,7 @@ - - \ No newline at end of file diff --git a/src/views/dashboard/components/opportunityStatistics.vue b/src/views/dashboard/components/opportunityStatistics.vue index f029f8a..68aa9c7 100644 --- a/src/views/dashboard/components/opportunityStatistics.vue +++ b/src/views/dashboard/components/opportunityStatistics.vue @@ -138,25 +138,25 @@ }, ]; this.xAxisData = seriesData[0].data; - this.yAxisData = [ - { - type: "value", - show: true, - axisLabel: { - formatter: "{value}", - fontSize: 12, - color: "#000", - }, - axisLine: { - show: false, - }, - splitLine: { - //多条横线 - show: true, - }, - interval: 20, - }, - ]; + // this.yAxisData = [ + // { + // type: "value", + // show: true, + // axisLabel: { + // formatter: "{value}", + // fontSize: 12, + // color: "#000", + // }, + // axisLine: { + // show: false, + // }, + // splitLine: { + // //多条横线 + // show: true, + // }, + // interval: 20, + // }, + // ]; this.legend = ['商机个数','商机转订单个数'] }); }, diff --git a/src/views/dashboard/components/supplierCommon.vue b/src/views/dashboard/components/supplierCommon.vue index ae696dc..e9f478f 100644 --- a/src/views/dashboard/components/supplierCommon.vue +++ b/src/views/dashboard/components/supplierCommon.vue @@ -232,61 +232,53 @@ name: this.legendDefault[0], type: "bar", data: preViewCount, - barWidth: 20, }, { name: this.legendDefault[1], type: "line", data: passRatio.map(item => parseInt(item)), - smooth: false, // 折线平滑 - symbol: "circle", // 控制折线处小点 - tooltip: { - valueFormatter: function (value) { - return value + '%'; - }, - }, }, ]; this.xAxisData = date; - this.yAxisData = [ - { - name:this.legendDefault[0], - type: "value", - show: true, - axisLabel: { - formatter: "{value}", - fontSize: 12, - color: "#000", - }, - axisLine: { - show: false, - }, - splitLine: { - //多条横线 - show: true, - }, - interval: 20, - }, - { - name:this.legendDefault[1], - type: "value", - show: true, - positon:'right', - axisLabel: { - formatter: "{value}%", - fontSize: 12, - color: "#000", - }, - axisLine: { - show: false, - }, - splitLine: { - //多条横线 - show: true, - }, - interval: 20, - }, - ]; + // this.yAxisData = [ + // { + // name:this.legendDefault[0], + // type: "value", + // show: true, + // axisLabel: { + // formatter: "{value}", + // fontSize: 12, + // color: "#000", + // }, + // axisLine: { + // show: false, + // }, + // splitLine: { + // //多条横线 + // show: true, + // }, + // interval: 20, + // }, + // { + // name:this.legendDefault[1], + // type: "value", + // show: true, + // positon:'right', + // axisLabel: { + // formatter: "{value}%", + // fontSize: 12, + // color: "#000", + // }, + // axisLine: { + // show: false, + // }, + // splitLine: { + // //多条横线 + // show: true, + // }, + // interval: 20, + // }, + // ]; this.legend = this.legendDefault; }); }, diff --git a/src/components/echart/barChart/MixChart.vue b/src/components/echart/barChart/MixChart.vue index 7dadfd8..c47e798 100644 --- a/src/components/echart/barChart/MixChart.vue +++ b/src/components/echart/barChart/MixChart.vue @@ -1,5 +1,9 @@ diff --git a/src/components/guadMap/index.vue b/src/components/guadMap/index.vue index cb2c58d..402ad7e 100644 --- a/src/components/guadMap/index.vue +++ b/src/components/guadMap/index.vue @@ -7,6 +7,7 @@ - - \ No newline at end of file diff --git a/src/views/dashboard/components/opportunityStatistics.vue b/src/views/dashboard/components/opportunityStatistics.vue index f029f8a..68aa9c7 100644 --- a/src/views/dashboard/components/opportunityStatistics.vue +++ b/src/views/dashboard/components/opportunityStatistics.vue @@ -138,25 +138,25 @@ }, ]; this.xAxisData = seriesData[0].data; - this.yAxisData = [ - { - type: "value", - show: true, - axisLabel: { - formatter: "{value}", - fontSize: 12, - color: "#000", - }, - axisLine: { - show: false, - }, - splitLine: { - //多条横线 - show: true, - }, - interval: 20, - }, - ]; + // this.yAxisData = [ + // { + // type: "value", + // show: true, + // axisLabel: { + // formatter: "{value}", + // fontSize: 12, + // color: "#000", + // }, + // axisLine: { + // show: false, + // }, + // splitLine: { + // //多条横线 + // show: true, + // }, + // interval: 20, + // }, + // ]; this.legend = ['商机个数','商机转订单个数'] }); }, diff --git a/src/views/dashboard/components/supplierCommon.vue b/src/views/dashboard/components/supplierCommon.vue index ae696dc..e9f478f 100644 --- a/src/views/dashboard/components/supplierCommon.vue +++ b/src/views/dashboard/components/supplierCommon.vue @@ -232,61 +232,53 @@ name: this.legendDefault[0], type: "bar", data: preViewCount, - barWidth: 20, }, { name: this.legendDefault[1], type: "line", data: passRatio.map(item => parseInt(item)), - smooth: false, // 折线平滑 - symbol: "circle", // 控制折线处小点 - tooltip: { - valueFormatter: function (value) { - return value + '%'; - }, - }, }, ]; this.xAxisData = date; - this.yAxisData = [ - { - name:this.legendDefault[0], - type: "value", - show: true, - axisLabel: { - formatter: "{value}", - fontSize: 12, - color: "#000", - }, - axisLine: { - show: false, - }, - splitLine: { - //多条横线 - show: true, - }, - interval: 20, - }, - { - name:this.legendDefault[1], - type: "value", - show: true, - positon:'right', - axisLabel: { - formatter: "{value}%", - fontSize: 12, - color: "#000", - }, - axisLine: { - show: false, - }, - splitLine: { - //多条横线 - show: true, - }, - interval: 20, - }, - ]; + // this.yAxisData = [ + // { + // name:this.legendDefault[0], + // type: "value", + // show: true, + // axisLabel: { + // formatter: "{value}", + // fontSize: 12, + // color: "#000", + // }, + // axisLine: { + // show: false, + // }, + // splitLine: { + // //多条横线 + // show: true, + // }, + // interval: 20, + // }, + // { + // name:this.legendDefault[1], + // type: "value", + // show: true, + // positon:'right', + // axisLabel: { + // formatter: "{value}%", + // fontSize: 12, + // color: "#000", + // }, + // axisLine: { + // show: false, + // }, + // splitLine: { + // //多条横线 + // show: true, + // }, + // interval: 20, + // }, + // ]; this.legend = this.legendDefault; }); }, diff --git a/src/views/dashboard/components/supplierEvaluation.vue b/src/views/dashboard/components/supplierEvaluation.vue index b1747c4..9a36402 100644 --- a/src/views/dashboard/components/supplierEvaluation.vue +++ b/src/views/dashboard/components/supplierEvaluation.vue @@ -169,42 +169,42 @@ }; }); this.xAxisData = seriesData[5].data; - this.yAxisData = [ - { - type: "value", - show: true, - axisLabel: { - formatter: "{value}", - fontSize: 12, - color: "#000", - }, - axisLine: { - show: false, - }, - splitLine: { - //多条横线 - show: true, - }, - interval: 20, - }, - { - type: "value", - show: true, - axisLabel: { - formatter: "{value}", - fontSize: 12, - color: "#000", - }, - splitLine: { - //多条横线 - show: true, - }, - axisLine: { - show: false, - }, - interval: 20, - }, - ]; + // this.yAxisData = [ + // { + // type: "value", + // show: true, + // axisLabel: { + // formatter: "{value}", + // fontSize: 12, + // color: "#000", + // }, + // axisLine: { + // show: false, + // }, + // splitLine: { + // //多条横线 + // show: true, + // }, + // interval: 20, + // }, + // { + // type: "value", + // show: true, + // axisLabel: { + // formatter: "{value}", + // fontSize: 12, + // color: "#000", + // }, + // splitLine: { + // //多条横线 + // show: true, + // }, + // axisLine: { + // show: false, + // }, + // interval: 20, + // }, + // ]; this.legend = legend.slice(0,5); }); },