Skip to content

Commit 4a57ec0

Browse files
committed
docs: increase example chart widths
1 parent c45d124 commit 4a57ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples/examples/temp.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const timeseries = Array.from({ length: 100 }, (_, i) => ({
3131
export default () => {
3232
return (
3333
<div class="bg-sc-100 rounded-lg mt-5 not-prose">
34-
<div class="p-10 gap-20 grid text-sm max-w-130 mx-auto">
34+
<div class="p-10 gap-20 grid text-sm max-w-170 mx-auto">
3535
<Chart data={data} width={500} height={250}>
3636
<Area dataKey="area" class="text-purple-200 dark:text-purple-800" />
3737
<Area

0 commit comments

Comments
 (0)