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

[charts] Add a way to customize the shape of points in scatter charts #16561

Open
bernardobelchior opened this issue Feb 13, 2025 · 0 comments
Open
Labels
component: charts This is the name of the generic UI component, not the React module! enhancement This is not a bug, nor a new feature

Comments

@bernardobelchior
Copy link
Member

At the moment, we're only able to customize the size of points and points can only be circles.

It would be nice to be able to:

  1. Pass a markerType property to each series to configure whether to use an SVG rect or circle
  2. Allow a user to provide a custom React component that renders the shape as they please
@bernardobelchior bernardobelchior added component: charts This is the name of the generic UI component, not the React module! enhancement This is not a bug, nor a new feature labels Feb 13, 2025
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! enhancement This is not a bug, nor a new feature
Projects
None yet
Development

No branches or pull requests

1 participant