Radarchart maxValue
- Dominant language
- Dart
- Stars
- 7.6k
- Forks
- 2k
- Avg merge
- 9d 1h
- Merged PRs (30d)
- 2
Description
In my use case I'm using a radarchart feeding real time data coming from a sensor to it, but the radarchart rescales depending on the values provided, making it difficult to understand.
It would be nice to have a parameter similar to maxX for linechart to prevent the chart to rescale.
If needed, my code is [here](https://gitlab.com/morecognition/remorder).
Contributor guide
Research direction
Start by locating the radar chart configuration and the existing line chart maxX implementation, then compare how their ranges are determined. Done means the radar chart accepts a fixed maximum value like the requested maxX parameter and no longer rescales when sensor data changes; add or update the relevant chart tests if the repository provides them.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- data-visualization, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100