I facing issue in Every Chart Components #7343
Unanswered
noumanqamar450
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Please provide a sandbox with a minimal reproduction |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i using this code
<LineChart className="mt-7" h={300} data={data || null} dataKey="date" curveType="bump" legendProps={{ verticalAlign: 'bottom', height: 50 }} tooltipAnimationDuration={200} series={[ { name: 'Expense', color: 'red.6' }, { name: 'Rent', color: 'blue.6' }, { name: 'Received', color: 'blue.4' }, { name: 'Remaining', color: 'blue.2' }, ]} withLegend />
When i use on localhost its working but in live vercel not working.
Please help me
Beta Was this translation helpful? Give feedback.
All reactions