-
-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to custom axis' label in horizontal bar chart #3270
Comments
just debug stringForValue to see anything wrong. @jjatie I'm feeling too many people asking how to set x label for every line dot/bar. We might want to support that in 4.0 release. |
I think that would be a splendid idea. Right now, it's a little unclear how to use the The one response that helped me solve the problem is - #1909 (comment) |
apparently there are many things we could improve, but not without everyone's help. Usually it's just jjatie and me doing daily maintenance. You are welcome to add some documentation and maybe improve the sample formatters. |
@liuxuan30 absolutely. I just started using the lib. I will be more than happy to add some documentation, but I am not sure if there is a separate Github wiki or you guys hope to have Github Pages, or is it just the md file you want to update. |
not sure haha. It used to refer its android portion for documentation |
here is my horizontal bar chart
but I want custom to it
My horizontal bar chart doesn't zoom and scrollable
I try to use
chartView.xAxis.valueFormatter = IndexAxisValueFormatter(values: ["2551","2552","2553","2554","2555","2556","2557","2558","2559","2560"])
but it only works at the first bar only
what should I do for customize like 2nd image
The text was updated successfully, but these errors were encountered: