Showing a horizontal and vertical line in the chart area but between two points not entirely
- Dominant language
- Dart
- Stars
- 7.6k
- Forks
- 2k
- Avg merge
- 9d 1h
- Merged PRs (30d)
- 2
Description
**Is your feature request related to a problem? Please describe.**
I need to show two horizontal lines line with a label like in the image:
**Describe the solution you'd like**
I think, if the existing HorizontalLine and VerticalLine take ranges like fromX , toX, fromY, toY then it will be very useful.
Also, it will be good if it is possible to place a widget in a given x,y point.
Contributor guide
Research direction
Start by locating the existing HorizontalLine and VerticalLine implementations and reviewing how chart coordinates are mapped to the drawing area. Determine how bounded ranges and labels would fit those APIs, then investigate the chart entry point for placing a widget at an x,y coordinate. Done means both line types support bounded segments and the requested point widget behavior is covered by tests or documented examples.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100