vasturiano / timelines-chart

Timelines Chart
http://vasturiano.github.io/timelines-chart/example/categorical/
MIT License
556 stars 121 forks source link

Update to d3 v6 #89

Closed felixvictor closed 3 years ago

vasturiano commented 3 years ago

@felixvictor thanks for this PR! It's great to have the module updated to d3 v6. I've done a few fixes here and there and published the new version (2.11.0).

Unfortunately I had to revert back to the existing d3-tip dependency because d3-v6-tip has an issue where multiple tooltip elements are merged onto the same DOM element. This broke the feature of having simultaneous tooltips for segments, groups and lines and therefore the dependency had to be reverted.