-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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] Charts don't pass className to root element #13292
Comments
This would be a good occasion to add |
👍 Same for things like |
I think that it also checks if the root class ( |
About Kind of related to that issue: |
What I meant was that |
Passing the className to the root component should be straight forward. Having all the |
@Janpot: 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)
Steps:
className='foo'
as a jsx attributeCurrent behavior
No
class
attribute in the dom:Expected behavior
Just like with e.g.
Box
orDataGrid
, the root element has afoo
classContext
No response
Your environment
npx @mui/envinfo
Search keywords: className chart
The text was updated successfully, but these errors were encountered: