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