Alexandre Fauquette
Alexandre Fauquette
> Nitpick: IMHO, it would make sense to highlight this BC in the changelog. 😉 In the changelog maybe. But probably not in the migration guide, it would be more...
> Is it under development? @sirajalam049 Not yet. We are mostly refining the current components to have great stable, It's in the backlog to start in two month in theory....
@AliGangeh For now, there are some plan to start working on it in Feb. As you know planning in software developement is not an exact science, but it's in the...
If some of you are interested, the initial PR for the heatmap is kind of ready. Feel free to have a look at the preview, and report any missing point...
You can have a look at the preview: https://deploy-preview-13209--material-ui-x.netlify.app/x/react-charts/heatmap/ Seems preview of the pro is not generated by circle CI. WIll update that
Thanks for the feedback Effectively, the `min`/`max` are for now a just a basic way to override the displayed range of element, and the easiest solution might be to compute...
About why you need to pass the mouse over, the `props.style.y.animation.to` is `NaN` at first render so your component does not render. About how to get the information, using the...
I'm just keeping this issue open to track the progress on simplifying conditional rendering of bar elements
> I noticed the tooltip popup shows the default bar color and not the custom color of the bar. Interesting. That's a sign the customization should probably not be into...
For grouping same topic issues, here is the suggestion of similar behavior for the grid > Have you considered the option/need to have [conditional grid color](https://www.chartjs.org/docs/latest/samples/scale-options/grid.html) styling? Wouldn't it be...