Identify each row in the graph with a name
Open
- Dominant language
- HTML
- Stars
- 425
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
One helpful improvement would be to be able to identify each row in the graph with a name, instead of just “map” you’d have “map (times2)”. Then it's easier to know where the duplication is really coming from and add ".share()" there (as per your medium article examples).
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the graph row rendering entry point and trace how row labels such as “map” are produced. Update the displayed label to include a useful name, such as “map (times2),” and verify that duplicated operations can be distinguished and associated with the intended .share() location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- data-visualization, devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100