You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer, I'd like to be able to add a new graph component quickly with recharts JSX components, instead of having to create a new custom component that is only slightly different and building out custom interactions with the data.
Solution
Pulling state management/storage out of the graph components, and collect it in the Home page component, so that creating a new graph can directly interact with Rechart components and avoid excessive code.
Additional information
No response
👨👧👦 Contributing
🙋♂️ Yes, I'd love to make a PR to implement this feature!
The text was updated successfully, but these errors were encountered:
Problem
As a developer, I'd like to be able to add a new graph component quickly with recharts JSX components, instead of having to create a new custom component that is only slightly different and building out custom interactions with the data.
Solution
Pulling state management/storage out of the graph components, and collect it in the Home page component, so that creating a new graph can directly interact with Rechart components and avoid excessive code.
Additional information
No response
👨👧👦 Contributing
The text was updated successfully, but these errors were encountered: