Vote count: 0
I followed this d3js (version 4) tutorial: http://ift.tt/2biGU5i
It works perfectly except for this line:
d.date = parseTime(d.date);
parseTime
would return null
.
I know I can get the date also with new Date(d.date)
. But out of curiosity I'd like to know why parseTime
doesn't work for me.
asked 20 secs ago
d3js v4 parseTime returns null
Aucun commentaire:
Enregistrer un commentaire