Scientific number formatting for X Axis?
Open
- Dominant language
- Swift
- Stars
- 28k
- Forks
- 6k
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I have noticed that there is no way to have xAxis values formatted as 10^x (.scientific). The only xAxis formatter is of type IAxisValueFormatter and automatically uses stringForValue function. However, this would be a great feature. Could you add it?
Contributor guide
Research direction
Start by tracing the xAxis formatter interface, IAxisValueFormatter, and its stringForValue function. Determine where axis values are formatted and what scientific notation behavior the feature should expose; done means xAxis values can be displayed in scientific notation without breaking existing formatting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100