jiahuang / d3-timeline

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

Added options for row seperators and backgrounds. #24

Closed stephanvd closed 10 years ago

stephanvd commented 10 years ago

Added an option .rowSeperators that toggles borders between rows.

stephanvd commented 10 years ago

Attached sreenshot to show what it looks like. row seperators

stephanvd commented 10 years ago

Added another option for backgrounds. Changing this pull request title to reflect this.

See screenshot for an example.

The green is not data but a background. You can save some load on calculating the gaps this way.

screen shot 2014-07-10 at 09 46 24

jiahuang commented 10 years ago

Awesome, thanks for this.