-
-
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
X-Axis Labels not showing #3154
Comments
Now I have it to where it only shows 1 xValue under the second bar in the chart. Anyone know how to get all of the Values to show up? |
Even i am facing the same problem..X axis labels are not showing up in Barchart. And below is my code. Can any one help me out. func setChart(dataPoints: [String], values: [Double]) {
|
Has this code worked fine before, or are you both new to using Charts? Is this still the case in 3.0.5 (just released)? |
Yes, i'm having the same problem. It works fine with release 3.04 but not release 3.0.5. |
If anyone can investigate this, it would be appreciated. I will do my best to look into it this week. |
PR accepted and will be deployed in the near future. |
@jjatie have you checked why causing this? |
Yes, I made a mistake in one of my commits. #3174 reverts it. |
I have the below function that I use to set up a simple bar chart. The resulting chat appears but with no x-axis labels on the chart at all. I am not sure if I missed something in my set up of the chart that would leave the x-axis labels off.
The text was updated successfully, but these errors were encountered: