jiahuang / d3-timeline

Simple JS timeline plugin for d3
1.03k stars 282 forks source link

Added custom timeline item labeling for easy modification #17

Closed charlesfracchia closed 10 years ago

charlesfracchia commented 10 years ago

Each timeline item rectangle (or circle) is now affixed with a unique id attribute (“timelineItem_”+customIdString) for easy manipulation using JQuery. If no custom id is provided, the unique id will use the data index, e.g.: timelineItem_0. Added paragraph to describe it in the Readme. Corrected two typos.