malihanan / malihanan/draw_graph
y-axis label widths need to get width from children
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 5
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Per title really. If the graph is used in a SingleChildScrollView for example to allow displaying all the data you need via scrolling, then the y-axis label column becomes wider as the graph becomes wider, which can end up with small labels in the center of a large column of blank.
Ideally the y-axis column would take width from the children, or have a setting for width.
Contributor guide
No contributing guide indexed for this repository
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 y-axis label layout and reproduce the graph inside a SingleChildScrollView. The work is done when the y-axis column sizes to its children, or when a width setting provides predictable control without expanding with the graph.
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