Skip to content

[docs][charts] Fix randomised argos test #17658

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

Merged
merged 3 commits into from
May 2, 2025

Conversation

JCQuintas
Copy link
Member

@JCQuintas JCQuintas added docs Improvements or additions to the documentation type: enhancement This is not a bug, nor a new feature scope: charts Changes or issues related to the charts product labels May 2, 2025
@JCQuintas JCQuintas requested a review from bernardobelchior May 2, 2025 14:04
@JCQuintas JCQuintas self-assigned this May 2, 2025
@JCQuintas JCQuintas requested a review from alexfauquette May 2, 2025 14:04
@JCQuintas JCQuintas enabled auto-merge (squash) May 2, 2025 14:04
@mui-bot
Copy link

mui-bot commented May 2, 2025

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

Generated by 🚫 dangerJS against f1255c9

Copy link
Member

@bernardobelchior bernardobelchior left a comment

Choose a reason for hiding this comment

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

Thank you!


const xAxisData = Array.from({ length: 26 }, (_, i) => String.fromCharCode(65 + i));
const firstSeriesData = Array.from({ length: 26 }, () =>
Math.floor(Math.random() * 11),
Copy link
Member

Choose a reason for hiding this comment

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

Sorry, forgot to update this code 😅

Copy link

codspeed-hq bot commented May 2, 2025

CodSpeed Performance Report

Merging #17658 will not alter performance

Comparing JCQuintas:fix-randomized-argos-test (f1255c9) with master (b97a99d)

Summary

✅ 8 untouched benchmarks

@JCQuintas JCQuintas merged commit 13100fe into mui:master May 2, 2025
21 checks passed
@JCQuintas JCQuintas deleted the fix-randomized-argos-test branch May 2, 2025 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to the documentation scope: charts Changes or issues related to the charts product type: enhancement This is not a bug, nor a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants