0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)Dart1,964 forks (1,964 forks)batch import
Line Chartenhancementgood first issue
Repository metrics
- Stars
- 7,513 stars (7,513 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
I'd like to be able to extend an extra vertical line through the borders of the chart area until the end of the reserved space on the bottom. Might be useful in general to extend both vertical and horizontal line up until the end of the reserved size on each end of the chart.
Contributor guide
- Research direction
- Investigate the chart rendering code to find where borders are drawn and how to extend lines beyond them, possibly by modifying the `drawBehind` or `drawAbove` callbacks or adjusting the chart's padding and clip behavior.
- Tech stack
- dart
- Domain
- frontend
- Issue type
- Feature
- Prerequisites
- FlutterDart