-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
Line Bar Points not matching Bar Chart width #4471
Comments
@GreggOD it looks like you have 2 x axes, is that correct? |
@etimberg that is correct. If i use the same x axes then the line points are in the middle of the bars which is not what im looking for.
|
@GreggOD ok. if I understand correctly, you want the points on the line to be at the left edge of each bar? |
@etimberg Yes. that would be great! |
Hmm, that's going to be tricky to align correctly. It may require some custom code because at the moment the line chart knows nothing about the bar width so it would somehow need to calculate that and then use that information to place the point appropriately. At the moment the point is placed according to it's value on the axis only |
Expected Behavior
I expect the line graph points to match up between the bar charts bar.
Current Behavior
It seems the points on the line graph are mapped to the center of its labels which arent aligned with the bar charts labels causing the points of the line graph to not plot accurately from bar to bar in terms of x-axis placement.
Context
In this screen shot you can see the points are not in between each bar or at the start of each bar but seem to have an offset. *Update I enabled the line graph labels and grid to provide some visual help.
Environment
Any help would seriously be appreciated :)
Thanks,
G
The text was updated successfully, but these errors were encountered: