Home Forums Chart Support New dates added in graph via button Reply To: New dates added in graph via button

#12544

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.