LineTooltipItem
- Dominant language
- Dart
- Stars
- 7.6k
- Forks
- 2k
- Avg merge
- 9d 1h
- Merged PRs (30d)
- 2
Description
** Don't make a duplicate issue.
You can search in issues to make sure there isn't any already opened issue with your concern.
**Is your feature request relasted to a problem? Please describe.**
LineTooltipItem has no gestures
**Describe the solution you'd like**
Add a click event
**Describe alternatives you've considered**
Offset is used for positioning in touchCallback, but the coordinates are inconsistent with those given by chart
**Additional context**
Add any other context or screenshots about the feature request here.
Contributor guide
Research direction
Start by tracing LineTooltipItem and the touchCallback entry point in the chart interaction code; the issue does not name specific files or tests. Compare the coordinates supplied by touchCallback with those supplied by the chart, then determine how a click event should be exposed. Done means LineTooltipItem supports the requested click interaction with consistent positioning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100