Alexandre Fauquette

Results 205 comments of Alexandre Fauquette

@RayHughes You might be interested by #12490 and the preview demonstration visible in https://deploy-preview-12490--material-ui-x.netlify.app/x/react-charts/bars/#color-scale The over all idea is to map values to color in the different axes. Any feedback...

Very nit pick design feedback The scroll bar goes behind the nav bar which feels weird ![image](https://github.com/mui/material-ui/assets/45398769/3ca09453-b262-49a0-9018-496f63c54437) In the docs, or github it's visible on the entire screen ![image](https://github.com/mui/material-ui/assets/45398769/c3cc1a83-5968-4a58-a76f-530a9a1d1132) ![image](https://github.com/mui/material-ui/assets/45398769/f16c3920-00d8-4e3b-b7ad-7a9f1897561c)

> Just one note, though: the Page Views label is broken in light mode and I can't figure out why 😬 It does not break consistently. I suspect the width...

@sagungargs15 If you're using vite or remix, the [PR linked to this issue](https://github.com/mui/mui-x/issues/5035) could be helpfull.

We worked on this topic. We did not added data manipulation, but by simplifying how the marks are render we can already reduce the freezing delay. To use it, you...

> Is there a reason why we use JSXElementConstructor instead of ElementType for the slots in the chart package? Not that much, I picked it from the pickers' implementation

## What we currently have - `HighlightContext` which contains - `item` - `scope` - `InteractionContext` which contains - `item` - `axis.x` - `axis.y` Those two contexts are updated at the...

If the line appears to be highlighted independently to the controlled stated, it is because we only support item highlight in the HighlightProvider, and what you see is an axis...

The initial reason why using the mask was to share it with the marks, without having to do any computation to know if a mark is at a place for...

> Lmk what you think of the approach, if you're fine with it I'll do those changes. I'm not in favor for two reasons: maintenance and performances ## Maintenance I'm...