ScatterChart doesn't support rangeAnnotation.
- Dominant language
- Dart
- Stars
- 7.6k
- Forks
- 2k
- Avg merge
- 9d 1h
- Merged PRs (30d)
- 2
Description
I would like to use a scatter plot, but I need the range annotations to color part of the background of the chart. This is easy to do using `LineChart`, but not for `ScatterChart` even though the `rangeAnnotations` property is in a common ancestor.
The ability to set this property needs to be exposed in the `ScatterChartData` through the constructor just as it is exposed in the `LineChartData` constructor.
Contributor guide
Research direction
Start with the ScatterChartData constructor and compare how rangeAnnotations is exposed in the LineChartData constructor. Confirm that the property can be passed for scatter charts and that it colors the requested chart background area as it does for line charts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 58/100