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
Hello,
I have a little display bug which is happening sometimes (not every time), maybe depending on how much data the graph have to display (not sure about that).
Expected Behavior
When it works normally :
Current Behavior
When it doesn't :
As you can see, last points aren't displayed at the end.
Someone can tell me how to fix this ? Is there any specific option ?
Config options
I'm using moment this way :
xAxes: [{
type: "time",
time: {
format: 'MM/DD/YYYY HH:mm',
tooltipFormat: 'll HH:mm'
},
scaleLabel: {
display: true,
labelString: 'Date'
}
Environment
Chart.js version: 2.6
Browser name and version: Firefox 54
The text was updated successfully, but these errors were encountered:
Hello,
I have a little display bug which is happening sometimes (not every time), maybe depending on how much data the graph have to display (not sure about that).
Expected Behavior
When it works normally :

Current Behavior
When it doesn't :
As you can see, last points aren't displayed at the end.
Someone can tell me how to fix this ? Is there any specific option ?
Config options
I'm using moment this way :
xAxes: [{
type: "time",
time: {
format: 'MM/DD/YYYY HH:mm',
tooltipFormat: 'll HH:mm'
},
scaleLabel: {
display: true,
labelString: 'Date'
}
Environment
The text was updated successfully, but these errors were encountered: