We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello I have an issue achieving the following with the bar chart.
http://stackoverflow.com/questions/33648515/setting-custom-text-on-top-of-bar-chart
I posted it here because it seems the community on Github is more active than on stack overflow..
Could anyone see if they can help?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
each dataSet has a value formater, use it to format your value like below should be enough:
set1.valueFormatter = [[NSNumberFormatter alloc] init]; set1.valueFormatter.negativePrefix = @"€ "; set1.valueFormatter.positivePrefix = @"€ ";
BTW, I keep an eye on SO :)
Sorry, something went wrong.
how can I use the decimal number style for the values formatter? like 3,000,000
No branches or pull requests
Hello I have an issue achieving the following with the bar chart.
http://stackoverflow.com/questions/33648515/setting-custom-text-on-top-of-bar-chart
I posted it here because it seems the community on Github is more active than on stack overflow..
Could anyone see if they can help?
Thanks in advance!
The text was updated successfully, but these errors were encountered: