-
-
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
Cannot add labels to a simple Bar Chart #1846
Comments
Here is my code to where I set up the chart: ` // declared elsewhere func setUpChart(){
|
use ValueFormatter. Check ChartDemo. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Im not sure if I just don't know how to do it, but I am unable to add labels to invidual bars in a simple bar chart. For example, I want to list how money money I have made within the last 3 months. I want to display this information in a bar chart that has the Money amount as the y-axis and the months I worked as the x-axis. I can get the amount made to show up on the left and right sides of the chart but I am unable to get the name of the months to display anywhere on the graph, the only x-axis values I am getting are a sequence of doubles from 0 to 2.5 (0,0.5,1.0,1.5,2.0,2.5). What can I do to make this happen?
The text was updated successfully, but these errors were encountered: