jiahuang / d3-timeline

Simple JS timeline plugin for d3
1.04k stars 280 forks source link

Added ability to specify itemHeight #6

Closed ghost closed 11 years ago

ghost commented 11 years ago

I wanted to be able to use bigger icons, but bigger icons means bigger bars. I realized that there was no way to set itemHeight, so I added a function for it. Then, upon increasing the item height I found that the icons did not stay centered. I changed the code for adding icons and (upon realizing text labels also did not stay centered) the code for adding labels.