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
I am getting an issue where using a mixed chart (bar with second dataset of line). The first bar is getting draw over the y axis when using a 'time' x axis. Using just bar, or just line for both works, but in mixed the issue is present.
Expected Behavior
First column should be inline with first tick.
Current Behavior
Bar is overlapping the y ticks.
Steps to Reproduce (for bugs)
'bar' type of chart
Two datasets, one set to 'bar', the second to 'line'
xAxes scale set to 'time'
Environment
Chart.js version: 2.4.0
Browser name and version: Chrome 56
The text was updated successfully, but these errors were encountered:
@etimberg@mohantaylor@maxwell I am trying to re-create the problem to look for possible fixes but the info given is not enough to re-create the same problem. I have tried this with almost every time-format with one-bar one-line mixed chart but in no case I have the bar data overlap with the y-axis. Help would be much appreciated.
I am getting an issue where using a mixed chart (bar with second dataset of line). The first bar is getting draw over the y axis when using a 'time' x axis. Using just bar, or just line for both works, but in mixed the issue is present.
Expected Behavior
First column should be inline with first tick.
Current Behavior
Bar is overlapping the y ticks.
Steps to Reproduce (for bugs)
Environment
The text was updated successfully, but these errors were encountered: