Looked at android wiki, but did not find the possibility to name x or y axis.
Is that possible?
Contributor guide
Tech stack
swiftios
Domain
mobilefrontend
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
half day
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
unclear
Prerequisites
SwiftiOS developmentCharts library basics
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
30
Research direction
Review the 36 comments on the issue to understand what users expect from named axis support. Examine the Charts library's axis classes (e.g., ChartXAxis, ChartYAxis) to see how labels are currently set. Look for any proposals or partial implementations in the comments. Check if the library already supports setting axis titles via other means (e.g., custom label formatters). Consider adding a new API for axis names and updating relevant documentation.