[docs] Document missing Charts API's
Pick https://github.com/mui/material-ui/pull/42004
The ChartsXAxis and ChartsYAxis where not documented because the regexp looking is a function is a component did not accepted 2 capital letters next to each over (refused ChartsXAxis)
This pull request has conflicts, please resolve those before we can evaluate the pull request.
Deploy preview: https://deploy-preview-12875--material-ui-x.netlify.app/
Updated pages:
Generated by :no_entry_sign: dangerJS against 6a501c3d4e3b6bcbd6b31f66a55c7396fd3fe53e
Should we also fix the regexp to prevent future issues?
The https://github.com/mui/material-ui/pull/42004/files is the fix of the Regexp ;)