-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
[charts][docs] Replace axis type and axis data with a table #19618
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
Conversation
Deploy preview: https://deploy-preview-19618--material-ui-x.netlify.app/ Updated pages: Bundle size report
|
CodSpeed Performance ReportMerging #19618 will not alter performanceComparing Summary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Look nice.
About the docs api pages, it's a tricky issue because we don't manipulate the page content, it's an autogenerated one
Co-authored-by: Alexandre Fauquette <[email protected]> Signed-off-by: Prakhar Gupta <[email protected]>
Preview: https://deploy-preview-19618--material-ui-x.netlify.app/x/react-charts/axis/#axis-type-and-data
I think a table maps the Axis type and Axis data information better. WDYT?
I noticed that
scaleType
in https://mui.com/x/api/charts/axis-config/ only shows 'band', but there should be more. Also this axis-config interface reference is not linked anywhere from the Axis doc, is it not needed?There might be more scope to improve this table. I'll see if there is any possibility, but let me know if you've ideas.