-
Notifications
You must be signed in to change notification settings - Fork 116
Description
Tremor Raw Component Version
0.3.1
Link to minimal reproduction
https://codesandbox.io/p/devbox/tj5w79
Steps to reproduce
Hello,
I'm using the AreaChart component in NextJS, which I installed following these instructions: https://tremor.so/docs/visualizations/area-chart
And I've seen that it doesn't show anything.
But if I use the same component via npm: "@tremor/react" the chart does appear, although the legend and tooltip don't look very good.
You can reproduce it from the following codesandbox: https://codesandbox.io/p/devbox/tj5w79 so you can see the difference.
I hope it helps you solve the problem.
What is expected?
Which will display the graph as seen in the examples. Or at least the same "@tremor/react" component would appear the same as in the examples.
What is actually happening?
The graph is not displayed with the component installed locally.
And with the "@tremor/react" component the graph is displayed but there are styles that are not displayed correctly.
What browsers are you seeing the problem on?
Chrome
Any additional comments?
I am using the component with NextJS 15.2.0