How can I set a min and max on the xAxes? It works fine on the yAxes but on the xAxes it shows no behavior.
xAxes
yAxes
My xAxes
The properties you are looking for actually are in the time attribute :
time
options: { scales: { xAxes: [{ type: "time", time: { min: 1471174953000, max: 1473853353000 } }] } }