oslabs-beta / oslabs-beta/TrailGuide
Modular graphs
Open
@SamLarivs is already working on this.
Since Oct 26, 2024.
enhancement
- Dominant language
- TypeScript
- Stars
- 28
- Forks
- 0
- Avg merge
- 6m
- Merged PRs (30d)
- 1
Description
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
- 🙋♂️ Yes, I'd love to make a PR to implement this feature!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.