调整字体大小

This commit is contained in:
aixianling
2023-05-26 17:28:50 +08:00
parent 68d122e38d
commit 9623b426b0

View File

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