-
Notifications
You must be signed in to change notification settings - Fork 716
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
feat(xychart): add ssr to xychart #1480
base: master
Are you sure you want to change the base?
Conversation
Allows data to be set upfront in <XYChart> as well as in in child Series components. Fixes a chicken-and-egg issue where we delay rendering until data is passed into the children Series components.
@williaster quick ping for workflow approval, thanks! |
Thanks for the PR @nagiek 🙏 . My main concern with this approach is that two ways to pass data (to I just tried implementing the |
No problem, I understand. I kept working on my version but I agree it’s a different technique. What about splitting the existing |
Quick follow up, thank you! |
Hello! I’m suffering the same issue over here. How is the progress looking, can I help out some how? |
@nagiek Are you using this approach in production? I'd love to see SSR supported. |
Would a separate component make sense? Similar to how there are separate |
Any updates on this? Doing what @mscottford said, creating a |
Hey @hshoff, any inputs on this? |
Fixes #1478
🚀 Enhancements