Skip to content

Commit 1144a1a

Browse files
authored
fix colors bug & bump dependency (vercel#21)
1 parent 58e6d51 commit 1144a1a

File tree

4 files changed

+57
-593
lines changed

4 files changed

+57
-593
lines changed

app/playground/chart.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ export default function Example() {
3434
valueFormatter={(number: number) =>
3535
`$ ${Intl.NumberFormat('us').format(number).toString()}`
3636
}
37+
yAxisWidth={60}
3738
/>
3839
</Card>
3940
);

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@headlessui/react": "^1.7.15",
1212
"@heroicons/react": "^2.0.18",
1313
"@planetscale/database": "^1.7.0",
14-
"@tremor/react": "^3.0.1",
14+
"@tremor/react": "^3.2.6",
1515
"@types/js-cookie": "^3.0.3",
1616
"@types/node": "20.3.0",
1717
"@types/react": "18.2.11",

0 commit comments

Comments
 (0)