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
ctx.fillRect(xaxis.getPixelForValue("THIS IS IGNORED",13,1), yaxis.top, xaxis.getPixelForValue("THIS IS IGNORED",10,1)-xaxis.getPixelForValue("THIS IS IGNORED",13,1), yaxis.bottom);
So you have to do getPixelForValue("THIS DOESN'T MATTER", , )
Ideally we should be able to call getPixelForValue( new Date [.....])
I couldn't reproduce the issue in a plunk, therefore I made a screenshot from the browser console:
This happens for some reasons in one of our projects.
The problem is in
scale.time.js
:null,null
is passed to:this.getLabelMoment(datasetIndex, index);
here:and then
this.labelMoments[null][null]
failed:Going to post a pull request for that tomorrow.
The text was updated successfully, but these errors were encountered: