-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
ReferenceDot with a custom shape #469
Comments
I'm not sure I would mark this as solved, but I'm leaving this as it might be useful for others I was able to go around the issue by using a group tag with the transform property, more or less like this:
|
Are you using server-side rendering or web-rendering? Your original code is working fine for me on the server. Any chance you can give me a full reproducible example? |
I've updated with a link to stackblitz: You can try it out yourself. The chart wont render until you take out the |
Thanks, that was helpful. The issue is with For |
agreed |
Describe the bug
I'm unable to render a custom ReferenceDot on a ScatterChart, as there seems to be an issue with the use of the
<svg/>
tag.Reproduction
https://stackblitz.com/edit/react-pdf-charts-starter-wzl2bp?file=src%2FApp.tsx
Validations
The text was updated successfully, but these errors were encountered: