-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[charts] line charts not rendering on page load, only on mouse over #14291
Comments
@JCQuintas I can reproduce this in the repo shared here, but not in our implementation (playground). Could you have a look? |
I'll move it to the board! Thanks! 👍🏼 |
@Firgrep: How did we do? Your experience with our support team matters to us. If you have a moment, please share your thoughts in this short Support Satisfaction survey. |
Steps to reproduce
Link to live example: (required)
https://github.com/Firgrep/graph-test
git clone https://github.com/Firgrep/graph-test.git
Steps:
Current behavior
Line chart does not render on page load (but the bar chart renders as expected). Only renders when I mouse over the line chart.
Expected behavior
To render on page load, just as in the documentation.
Context
Running in a next.js server. Not sure if that's an issue here. I have tried to turn the whole page "use client" but that didn't make a difference.
Your environment
npx @mui/envinfo
Search keywords: charts
The text was updated successfully, but these errors were encountered: