Abbreviate large numbers ex: 100K, 1.4K, 2.7M
Open
Nobody has claimed this yet.
Type:New Feature
Visualization/Chart Settings
- Dominant language
- Clojure
- Stars
- 49.3k
- Forks
- 6.8k
- Avg merge
- 1d 13h
- Merged PRs (30d)
- 653
Description
It would be nice if visualizations showed more friendly large numbers.
2,200,000 = 2.2M
200,000 = 200K

⬇️ Please click the 👍 reaction instead of leaving a +1 or update? comment
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 visualization number-formatting entry points and checking how large values are currently displayed. Use the examples in the issue as the target behavior: 2,200,000 should display as 2.2M and 200,000 as 200K. Confirm the formatting consistently across visualizations and verify the resulting labels manually or with the relevant existing tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100