Improve alignment of text for Detail chart
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 49.3k
- Forks
- 6.8k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 653
Description
**Is your feature request related to a problem? Please describe.**
When plotting a detail chart the text is aligned all to the left and resizing makes things worse causing a lot of white background. It's not used since even the title name gets justified in a new line.
https://github.com/user-attachments/assets/255c55be-910f-44ec-8d56-26bbc55034cc
**Describe the solution you'd like**
There is a lot of whitespace that should be used to align the words better not everything pressed to the left
**Describe alternatives you've considered**
None that are relevant, most of the time you end up not using it cause it's ugly
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
Reproduce the detail chart using the screenshots and linked example as the visual reference. No files, tests, or entry points are named, so first locate the detail-chart text layout implementation and its existing tests, if any. Done means the available whitespace is used more effectively and the title no longer wraps unnecessarily.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- data-visualization, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100