Specify GraphArea height for barChart
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 7.6k
- Forks
- 2k
- Avg merge
- 9d 1h
- Merged PRs (30d)
- 2
Description
There are times where I need my bottom titles to be tilted because they are too long. when I tilt them, they occupy a vertical space that otherwise would be used to draw the graph. This causes the vertical space of the drawn graph to differ when the bottomTitles are dynamic.
I want to be able to fix a vertical height for the drawn graph EXCLUDING space occupied by titles.
I am fine with the user having to scroll down if they need to read the titles. I just need the visual graph to be consistent.
example images


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 barChart GraphArea sizing and bottomTitles layout entry points in the Flutter chart implementation. Trace how tilted and dynamic bottom titles affect the graph's vertical space; done means the graph keeps a fixed height independent of title space, while titles remain readable through scrolling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100