-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[charts] Add demo for log-scale ticks without labels #19152
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
[charts] Add demo for log-scale ticks without labels #19152
Conversation
@@ -47,7 +47,6 @@ const salesData = [150, 120, 200, 180, 90, 160, 140, 110, 85]; | |||
const profitData = [45, 35, 80, 65, 25, 55, 50, 40, 30]; | |||
|
|||
const chartConfig = { | |||
width: 600, |
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.
Deploy preview: https://deploy-preview-19152--material-ui-x.netlify.app/ Updated pages: Bundle size report
|
CodSpeed Performance ReportMerging #19152 will degrade performances by 8.32%Comparing Summary
Benchmarks breakdown
Footnotes |
docs/scripts/formattedTSDemos.js
Outdated
@@ -202,7 +202,7 @@ async function main(argv) { | |||
} | |||
|
|||
tsxFiles.forEach((filePath) => { | |||
fs.promises.watchFile(filePath, { interval: 500 }, async () => { | |||
fs.watch(filePath, { interval: 500 }, async () => { |
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.
Is it creating issue?
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.
2321432
to
fcab790
Compare
fcab790
to
817d7e5
Compare
Add demo for log-scale ticks without labels.
Screen.Recording.2025-08-12.at.10.21.30.mov