different lines A,B, positioned according to left axis and right axis respectively. ( linechart )
Open
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 7.6k
- Forks
- 2k
- Avg merge
- 9d 1h
- Merged PRs (30d)
- 2
Description
for example.
left axis ( minY 0 ) to ( maxY 200 )
right axis ( minY -1000 ) to ( maxY 1000 )
I want to show
line A, according to left axis, since its value [ (0, 10), (1,20) ... (10, 110) ]
line B, according to right axis, since its value [ (0, -100), (1,100) ... (10, 1000) ]
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the line-chart API in fl_chart and determine how the left and right axis ranges are configured. Define how separate lines select their respective axes, using the ranges and sample values in the issue. Done means line A follows the left scale while line B follows the right scale.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100