Allow overriding of Radar Chart min/max values for tick calculation
- Dominant language
- Dart
- Stars
- 7.6k
- Forks
- 2k
- Avg merge
- 9d 1h
- Merged PRs (30d)
- 2
Description
In cases where the possible minimum/maximum values are known in advance, it should be possible to use these to determine the starting/ending ticks of Radar Charts. This would allow stable and comparable charts across disparate data sets.
Currently, the tick spacing and the supporting titles are calculated by taking the minimum and maximum data entry values, which is fine for the general case, but makes it hard to compare datasets against absolute margins, as the ticks change position according to the entries.
Contributor guide
Research direction
Start by locating the Radar Chart tick-spacing and supporting-title calculation, which currently derives bounds from the data entry values. Define how caller-provided minimum and maximum values should override those bounds, then verify that charts built from different datasets retain stable starting and ending ticks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100