-
-
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
Strange margin/space in a grouped BarChart #1763
Comments
have you check out ChartsDemo - Multiple Bar chart for how to get the values?
|
You're doing fine! The labels are supposed to draw like that, because they are centered below the axis lines, which are the exact x-value point. What you want to do now, is enable: You can see the demos to watch it in action. |
@danielgindi @liuxuan30 And this is my Chart now: 1. All Bars are shifted to the right. Why? 2. The Grid lines moved. Why?I don't know how to describe the problem with other words. The problem is obvious and this is not fixable at the moment... |
|
@mavoi when you update your library, make sure you made changes as well. Take a look at ChartsDemo for multiple bar chart as example |
I'm having an issue with positioning the bars of a grouped barchart. This is my chart:
This is my chart setup:
And this is how I set up the chart data:
The first group starts at the center of the first X-Label. Or there seems to be some kind of offset or margin?
I need the first bar to be drawn at the beginning of the chart. And I don't want the grid line center drawn to the label/group. I need 3 bars next to each other (a group), a grid line after them and then the next group. Any suggestion?
The text was updated successfully, but these errors were encountered: