Home Forums Report Bugs X-axis labels are not aligned vertical with the data points Reply To: X-axis labels are not aligned vertical with the data points

#20346

I found some things if I put datapoint x value like this { x: new Date(2012, 01, 1), y: 26}, it is working fine

but if we do this in following way it will create problem {x:new Date(“2018-04-09T01:30:00.000Z”),y:32},

Any help