From 9623b426b0cf739013b6e681fa3d46f016b9133b Mon Sep 17 00:00:00 2001 From: aixianling Date: Fri, 26 May 2023 17:28:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=AD=97=E4=BD=93=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fengdu/app/AppIntegralStatistics/AppIntegralStatistics.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/fengdu/app/AppIntegralStatistics/AppIntegralStatistics.vue b/project/fengdu/app/AppIntegralStatistics/AppIntegralStatistics.vue index 9c898c20..d655b5b3 100644 --- a/project/fengdu/app/AppIntegralStatistics/AppIntegralStatistics.vue +++ b/project/fengdu/app/AppIntegralStatistics/AppIntegralStatistics.vue @@ -530,7 +530,7 @@ export default { xAxis: {minInterval: 1}, tooltip: {}, legend: {}, - yAxis: {type: 'category'}, + yAxis: {type: 'category', axisLabel: {fontSize: 8}}, dataset: {dimensions: ['username', 'count', 'integral'], source: item.sta}, series: [ {name: "次数", barWidth: 10, barGap: '20%', type: 'bar'},