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'},