We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d56f4d commit 9997a29Copy full SHA for 9997a29
packages/storybook/stories/Plots/Area.stories.tsx
@@ -127,15 +127,18 @@ export function Basic() {
127
128
const config: AreaConfig = {
129
...sharedConfig,
130
- title: '基础面积图',
+ title: {
131
+ title: '基础面积图',
132
+ size: -1,
133
+ },
134
data: basicData,
135
xField: 'date',
136
yField: 'value',
137
colorField: 'country',
138
legend: {
139
color: {
140
x: -24,
- y: -38,
141
+ y: -16,
142
layout: {
143
justifyContent: 'flex-end',
144
},
0 commit comments