disable touch event other than point or node in line graph
Open
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 7.6k
- Forks
- 2k
- Avg merge
- 9d 1h
- Merged PRs (30d)
- 2
Description
here i need to disable the LineTouchData and its callback (touchCallback) for the areas which i marked as in red.Only the touchCallback works while tapping on exact point or node on the line graph
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.
Research direction
Start by tracing LineTouchData and its touchCallback in the line-chart implementation, then reproduce the red-area behavior described in the issue. Confirm that callbacks occur only when tapping an exact point or node, and add or update coverage for that interaction before verifying the chart's touch behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100