denisemauldin / d3-timeline

D3 timeline
BSD 3-Clause "New" or "Revised" License
168 stars 72 forks source link

Example code doesn't match example output #14

Open kohesion opened 6 years ago

kohesion commented 6 years ago

When I run the first example, I get 3 labels which all appear on top of each other.

I googled it and found other people had experienced the same problem.

shahidfoy commented 5 years ago

look into https://github.com/jiahuang/d3-timeline/blob/master/examples/example.html

there are good examples on there. also i realized with this library it needs to have d3Timelines.timelines() not d3Timelines.timeline()