Open anubhavcodes opened 8 years ago
I got the same issue, Could you please tell me how you solve it?
Same issue here.
Actually someone has posted a fix for this. See Pull Request #15 for a simple change to graph.js. This results from a slight change in the date format in the opendata_projects.csv file.
I had some console.logs so maybe the line number must be wrong, the exception is occurring on graph.js :
d["date_posted"].setDate(1)
Apparently
d["date_posted"]
isnull
after runningdateFormat.parse
on it. Let me send you a PR if possible.