imaNNeo / imaNNeo/fl_chart

Radarchart maxValue

Open
#958 0 comments 2 reactions 0 assignees View on GitHub
enhancement good first issue Radar Chart
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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.