Home › Forums › Chart Support › Have issue while accessing the graph in Safari › Reply To: Have issue while accessing the graph in Safari
Aarvin,
The issue seems to be with the Date Format passed as an argument to new Date(). Passing it in the standard formats supported in JavaScript Date object should work fine in your case.
new Date()
— Thangaraj Raman Team CanvasJS