imaNNeo / imaNNeo/fl_chart

Allow overriding of Radar Chart min/max values for tick calculation

Open
#1,090 6 comments 0 reactions 0 assignees View on GitHub
enhancement Radar Chart
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.