调整字体大小
This commit is contained in:
@@ -530,7 +530,7 @@ export default {
|
|||||||
xAxis: {minInterval: 1},
|
xAxis: {minInterval: 1},
|
||||||
tooltip: {},
|
tooltip: {},
|
||||||
legend: {},
|
legend: {},
|
||||||
yAxis: {type: 'category'},
|
yAxis: {type: 'category', axisLabel: {fontSize: 8}},
|
||||||
dataset: {dimensions: ['username', 'count', 'integral'], source: item.sta},
|
dataset: {dimensions: ['username', 'count', 'integral'], source: item.sta},
|
||||||
series: [
|
series: [
|
||||||
{name: "次数", barWidth: 10, barGap: '20%', type: 'bar'},
|
{name: "次数", barWidth: 10, barGap: '20%', type: 'bar'},
|
||||||
|
|||||||
Reference in New Issue
Block a user