Skip to content

Commit a2aefa8

Browse files
committed
chore: update deps
1 parent 7d3a46a commit a2aefa8

File tree

3 files changed

+2472
-2312
lines changed

3 files changed

+2472
-2312
lines changed

docs/index.md

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,15 +113,40 @@ export default () => {
113113
justifyContent: 'space-between',
114114
}}
115115
>
116-
<LineChart style={{ width: '50%', minWidth: 350 }} {...config} />
117-
<ColumnChart style={{ width: '50%', minWidth: 350 }} {...config} />
116+
<LineChart
117+
style={{
118+
width: '48%',
119+
minWidth: 350,
120+
marginTop: 32,
121+
}}
122+
{...config}
123+
/>
124+
<ColumnChart
125+
style={{
126+
width: '48%',
127+
minWidth: 350,
128+
marginTop: 32,
129+
}}
130+
{...config}
131+
/>
118132
<BarChart
119-
style={{ width: '50%', minWidth: 350 }}
133+
style={{
134+
width: '48%',
135+
minWidth: 350,
136+
marginTop: 32,
137+
}}
120138
{...config}
121139
xField="value"
122140
yField="year"
123141
/>
124-
<PieChart style={{ width: '50%', minWidth: 350 }} {...pieConfig} />
142+
<PieChart
143+
style={{
144+
width: '48%',
145+
minWidth: 350,
146+
marginTop: 32,
147+
}}
148+
{...pieConfig}
149+
/>
125150
</div>
126151
)
127152
}

0 commit comments

Comments
 (0)