jiahuang / d3-timeline

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

Fix the case when stacked == false and no label #91

Closed rianby64 closed 7 years ago

rianby64 commented 7 years ago

The case when no label is defined by default I see this error: Error: attribute transform: Trailing garbage, "translate(0,NaN)".

Hope this commit will heal this case.