-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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] Add demo for Scatter Chart with linked points #16505
[docs] Add demo for Scatter Chart with linked points #16505
Conversation
Deploy preview: https://deploy-preview-16505--material-ui-x.netlify.app/ Updated pages: |
CodSpeed Performance ReportMerging #16505 will not alter performanceComparing Summary
|
@@ -116,3 +116,14 @@ See [Axis—Grid](/x/react-charts/axis/#grid) documentation for more information | |||
### Shape 🚧 | |||
|
|||
### Size 🚧 | |||
|
|||
## Plot Customization |
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.
Should we out this above the 🚧 above? We might want to remove them instead 🤔
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.
We can remove them. Maybe adding issues with waiting for upvote for the associated feature
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.
I can do that, but what are those sections meant to contain?
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.
Modify the size and shape of the items in the scatter chart
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.
I was working on this and as far as I can tell there's no way to customize the shape of a scatter point because it always renders a circle. There is a labelMarkType
, but it only applies to tooltip and legends, so would it make sense to create a slot for ScatterItem
or ScatterPoint
to allow it to be customized? We could potentially allow a markerType
instead for a higher-level API.
Add demo for Scatter Chart with linked points. Fixes #15147.
Original PR