1👍
OK I found it. The property is in the time
attribute:
time: {
unit: "minute",
unitStepSize: 10,
displayFormats: {
minute: "HH:mm"
},
min: firstprettyTime, // <- moment js object
},
All praise to this guy’s answer.
- [Chartjs]-Points cut at half at the edges of top and bottom, at chartjs
- [Chartjs]-How to update a variable after button click
Source:stackexchange.com