You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and I also added import '@mantine/core/styles.css'; and import '@mantine/charts/styles.css'; to _app.tsx but here what I get:
It looks like the points and days are fine, but there is no legend, and no labels are shown in the tooltip. I also tried to change the type and curveType but always the same issue, I am not sure if I am missing some CSS imports here
If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
No response
Self-service
I would be willing to implement a fix for this issue
The text was updated successfully, but these errors were encountered:
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.17.1
What package has an issue?
@mantine/charts
What framework do you use?
Next.js
In which browsers you can reproduce the issue?
Chrome
Describe the bug
I am trying to use Percent AreaChart and here is my implementation
and I also added
import '@mantine/core/styles.css';
andimport '@mantine/charts/styles.css';
to_app.tsx
but here what I get:It looks like the points and days are fine, but there is no legend, and no labels are shown in the tooltip. I also tried to change the type and curveType but always the same issue, I am not sure if I am missing some CSS imports here
If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
No response
Self-service
The text was updated successfully, but these errors were encountered: