Home › Forums › Chart Support › New dates added in graph via button › Reply To: New dates added in graph via button
Jelch,
In JavaScript, date object is created using new Date() but you are trying it using date(). Please refer this tutorial for the same. Here is the updated jsfiddle.
new Date()
date()