-
-
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 set yAxis to normal number #160
Comments
Set the valueFormatter you want. |
Example for me. Please Thx |
use NSNumberFormatterNoStyle |
var set2 : LineChartDataSet = LineChartDataSet(yVals: yVals2, label: "OrderData2") true or false . Please help me Thank you. |
if set2.valueFormatter? did contain a valid formatter, it should work. |
Not work TT, Please you set manually valueFormatter Example to me. |
Adjust the valueFormatter of the axis you want to change.
|
Take a look at the NSNumberFormatter APIs and properties. Also use stack overflow to ask such issues. double check if you set anything about |
How to set yAxis to 1000 but not 1,000. Please Help me !!
The text was updated successfully, but these errors were encountered: