소스 검색

关闭数据堆叠

xiaohaizhao 10 달 전
부모
커밋
d1b1ed7c76

+ 0 - 1
salesPanel/FinancialCollectionAnalysis/index.js

@@ -123,7 +123,6 @@ Component({
             let series = list.map(item => ({
                 name: getApp().globalData.Language.getMapText(item.name),
                 type: 'bar',
-                stack: 'total',
                 label: {
                     show: true
                 },

+ 0 - 1
salesPanel/GoodsDispatchedButInvoiceNotIssued/index.js

@@ -137,7 +137,6 @@ Component({
                     return {
                         name: getMapText(v.name),
                         type: 'line',
-                        stack: 'Total',
                         data: data.map(obj => (obj[v.key] / dividend).toFixed(2)),
                         itemStyle: {
                             color: v.color

+ 0 - 1
salesPanel/biddingAnalysis/index.js

@@ -152,7 +152,6 @@ Component({
                     return {
                         name: getMapText(v.name),
                         type: 'line',
-                        stack: 'Total',
                         data: data.map(obj => obj[v.key]),
                         itemStyle: {
                             color: v.color

+ 0 - 1
salesPanel/dataOverview/Client/ClientQuotationQuantity.js

@@ -122,7 +122,6 @@ Component({
                     return {
                         name: getMapText(v.name),
                         type: 'line',
-                        stack: 'Total',
                         data: v.data,
                         smooth: true, // Enable smooth transition for line charts
                         itemStyle: {

+ 0 - 1
salesPanel/dataOverview/Clue/AnalysisOfLeadConversion.js

@@ -127,7 +127,6 @@ Component({
                     return {
                         name: getMapText(v.name),
                         type: 'line',
-                        stack: 'Total',
                         data: v.data,
                         smooth: true, // Enable smooth transition for line charts
                         itemStyle: {

+ 1 - 1
salesPanel/dataOverview/Clue/NewAnalysisAdded.js

@@ -73,7 +73,7 @@ Component({
                         name: getMapText('同比增长率'),
                         type: 'line',
                         yAxisIndex: 2,
-                        data: data.lineChart.map(v => (v.value * 100).toFixed(2)),
+                        data: data.lineChart.map(v => this.data.idname == 20231018155804 ? (v.value).toFixed(2) : (v.value * 100).toFixed(2)),
                         smooth: true
                     }
                 ]

+ 0 - 1
salesPanel/dataOverview/Project/ProjectQuotationQuantity.js

@@ -122,7 +122,6 @@ Component({
                     return {
                         name: getMapText(v.name),
                         type: 'line',
-                        stack: 'Total',
                         data: v.data,
                         smooth: true, // Enable smooth transition for line charts
                         itemStyle: {