marmelab / EventDrops

A time based / event series interactive visualization using d3.js
http://marmelab.com/EventDrops/
MIT License
1.24k stars 237 forks source link

Update README with code sample fixes #222

Closed chad-ramos closed 6 years ago

chad-ramos commented 6 years ago

Code for sample repositoriesData (line 54) missing closing brackets.

chad-ramos commented 6 years ago

What are your thoughts on changing the following

{ name: "admin-on-rest", data: [{ date: new Date('2014/09/15 14:21:31') }, /* ... */ ,] },

to

{ name: "admin-on-rest", data: [{ date: new Date('2014/09/15 14:21:31') }, /* ... */] },

I am failing to see the value of , after /* ... */ on lines 55 and 56

jpetitcolas commented 6 years ago

No problem for the last change. I guess it was on several lines before, but Prettier reviewed it. :)

jpetitcolas commented 6 years ago

Thanks! :)