marmelab / EventDrops

A time based / event series interactive visualization using d3.js
http://marmelab.com/EventDrops/
MIT License
1.24k stars 237 forks source link

Select the created SVG element, not all SVG elements #212

Closed slai closed 6 years ago

slai commented 6 years ago

Now selects the correct SVG element, instead of blindly selecting all SVG elements.

This addresses the TODO left behind, which meant the component did not play well when there are other SVG elements on the page.

jpetitcolas commented 6 years ago

Thanks! :)

jpetitcolas commented 6 years ago

Published in 1.0.1 version.

malishahi commented 6 years ago

worked for me. thanks.