jiahuang / d3-timeline

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

Add support for color mapping property in time objects #36

Closed blinskey closed 9 years ago

blinskey commented 9 years ago

This change allows you to set a color-mapped property for an individual time object in addition to an entire series, much in the same way as you can directly set a color property for a time item.

jiahuang commented 9 years ago

Sorry this is so late, I've fixed up this PR on https://github.com/jiahuang/d3-timeline/pull/52.