From 7ae67838b70ef66c37483f66ae562f3ce9ef0b13 Mon Sep 17 00:00:00 2001 From: song-tianyang Date: Wed, 22 Dec 2021 20:19:27 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E6=A0=87=E5=B1=95=E7=A4=BA):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A5=BC=E7=8A=B6=E5=9B=BE=E5=85=83=E7=B4=A0?= =?UTF-8?q?=E8=BF=87=E5=A4=9A=E6=97=B6=E6=B2=A1=E5=87=BA=E7=8E=B0=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E6=9D=A1=E7=9A=84=E7=BC=BA=E9=99=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1009173 --user=宋天阳 [报表统计]-选择四个创建人统计结果,饼图只显示前三个。 https://www.tapd.cn/55049933/s/1085695 --- .../casecount/chart/TestCaseCountChart.vue | 13 +++++++++---- frontend/src/business/components/xpack | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/frontend/src/business/components/reportstatistics/projectstatistics/casecount/chart/TestCaseCountChart.vue b/frontend/src/business/components/reportstatistics/projectstatistics/casecount/chart/TestCaseCountChart.vue index b0cf4e2c66..ef4eebeeb5 100644 --- a/frontend/src/business/components/reportstatistics/projectstatistics/casecount/chart/TestCaseCountChart.vue +++ b/frontend/src/business/components/reportstatistics/projectstatistics/casecount/chart/TestCaseCountChart.vue @@ -28,10 +28,12 @@ size="lg" @click="unFullScreen"/> - - + +
+ +
@@ -223,6 +225,9 @@ export default { height: calc(100vh / 1.95); } +.chart-style{ + overflow: auto; +} .tip { float: left; font-size: 14px; diff --git a/frontend/src/business/components/xpack b/frontend/src/business/components/xpack index ed6902f776..d6c139164b 160000 --- a/frontend/src/business/components/xpack +++ b/frontend/src/business/components/xpack @@ -1 +1 @@ -Subproject commit ed6902f776faa1f04a732a6f92b825a32116b3a0 +Subproject commit d6c139164b4b0519dcee21e111fc4da142b85c88