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
Currently, the bars at the beginning and end of the datasets are being drawn off canvas.
Possible Solution
Currently can be fixed by removing type: 'time' and letting chartjs infer the type.
Also can be "fixed" by adding offset: true to the x-axis, however, this adds large margins to the start and of end of chart and looks really bad.