Skip to content
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

[docs] Simplify a bit chart demo #11173

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

@oliviertassinari oliviertassinari added the docs Improvements or additions to the documentation label Nov 24, 2023
@@ -51,7 +51,6 @@ export default function MinMaxExample() {
series={[{ data }]}
height={300}
margin={{ top: 10 }}
sx={{ mt: 2 }}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't seem to be useful.

@@ -62,7 +62,12 @@ By default, the axis domain is computed such that all your data is visible.
To show a specific range of values, you can provide properties `min` and/or `max` to the axis definition.

```js
xAxis={[{ min: 10, max: 50, }]}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

strange leading double space

@mui-bot
Copy link

mui-bot commented Nov 24, 2023

Deploy preview: https://deploy-preview-11173--material-ui-x.netlify.app/

Updated pages:

Generated by 🚫 dangerJS against 246629b

@alexfauquette alexfauquette merged commit 6491eb9 into mui:next Nov 27, 2023
17 checks passed
@oliviertassinari oliviertassinari deleted the docs-charts-simplify branch November 27, 2023 13:17
@oliviertassinari oliviertassinari added the component: charts This is the name of the generic UI component, not the React module! label Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: charts This is the name of the generic UI component, not the React module! docs Improvements or additions to the documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants