imaNNeo / imaNNeo/fl_chart

different lines A,B, positioned according to left axis and right axis respectively. ( linechart )

Open
#1,867 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.