We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a4280 commit ee1fc5aCopy full SHA for ee1fc5a
1 file changed
frontend/src/views/chat/component/charts/Bar.ts
@@ -70,7 +70,17 @@ export class Bar extends BaseG2Chart {
70
labelAutoWrap: true,
71
labelAutoEllipsis: true,
72
},
73
- y: { title: y[0].name },
+ y: {
74
+ title: y[0].name,
75
+ labelFontSize: 12,
76
+ labelAutoHide: {
77
+ type: 'hide',
78
+ keepHeader: true,
79
+ },
80
+ labelAutoRotate: false,
81
+ labelAutoWrap: true,
82
+ labelAutoEllipsis: true,
83
84
85
scale: {
86
x: {
0 commit comments