You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See https://jsfiddle.net/kng1d49d/
When I use two Y axis for line and bar in the same time, Y ticks does not align and show extra grid lines.
Expected Behavior
Y ticks should align.
Current Behavior
Y ticks does not align and show extra grid lines.
Possible Solution
In this sample, it show only one Y-axis grid line. See https://jsfiddle.net/kng1d49d/1/
But the ticks on right side still can't align, looks not good. The problem is caused by different count of ticks. Count of ticks on left side is 6, right is 5. I think to make sure rendering in the same count can fix this.
Environment
Chart.js version: 2.3.0
alfonso1003, ybarbaria, Edubits, jdussouillez, lonesha and 5 more