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.
2 parents 7157b5c + d2f9cc2 commit 9d23f07Copy full SHA for 9d23f07
examples/demo/src/dashboard/OrderChart.tsx
@@ -87,7 +87,7 @@ const OrderChart = (props: { orders?: Order[] }) => {
87
]}
88
tickFormatter={dateFormatter}
89
/>
90
- <YAxis dataKey="total" name="Revenue" unit="€" />
+ <YAxis dataKey="total" name="Revenue" unit="$" />
91
<CartesianGrid strokeDasharray="3 3" />
92
<Tooltip
93
cursor={{ strokeDasharray: '3 3' }}
0 commit comments