mui-x
mui-x copied to clipboard
MUI X: Build complex and data-rich applications using a growing list of advanced React components, like the Data Grid, Date and Time Pickers, Charts, and more!
- [ ] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/mui-x/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request).
There are overlapping tick labels in y axis when using log scale. https://github.com/user-attachments/assets/f447dd1c-1df2-4694-9bf8-64823093a5f6 [Reproduction](https://deploy-preview-18210--material-ui-x.netlify.app/x/react-charts/export/#customization)
### Steps to reproduce Steps: 1. Open this link to live example: (required) 2. 3. ### Current behavior WCAG Accessibility error `Certain ARIA roles must contain particular children` has occurred...
This is a proposal to implement internationalisation, based on the issues I raised previously: https://github.com/mui/mui-x/issues/18216 ## Changelog - Add number internationalisation linked to the theme language and not the browser...
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Steps to reproduce 🕹 See [Stackblitz demo](https://stackblitz.com/edit/react-1mh1nb?file=demo.tsx). ###...
After https://github.com/mui/mui-x/pull/14142 when using `@mui/material@6` it will be possible to pass: ```tsx slotProps={{ textField: { slotProps: { input: { /* some props */ } } } }} ``` But they...
adds a checklist into the release markdown file for easy copy/paste
### The problem in depth I would like to render a chip at the end of the column header as shown in this design:  Currently, if I render the...
### Search keywords highlighting axis ### Latest version - [x] I have tested the latest version ### Summary I need support for controlled highlighting of chart where I highlight a...
- [x] Add `visibleResources`, `defaultVisibleResources`, and `onVisibleResourcesChange` props to `SchedulerParameters` interface - [x] Update `SchedulerStore` to initialize `visibleResources` from props - [x] Update `setVisibleResources` method to use controlled/uncontrolled pattern (similar...