jiahuang / d3-timeline

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

Support data points with ambiguous end-time #103

Open magumbo opened 6 years ago

magumbo commented 6 years ago

Using 'display: circle;' and only specifying 'starting_time' results in 'width="NaN"' in SVG markup.

Might want to alternatively warn user to specify ending_time but for my uses this suffices. Should also cover any funky ending_time / starting_time values.