d3plus / d3plus-shape

Fancy SVG shapes for visualizations
MIT License
20 stars 2 forks source link

adds unique identifier to each Shape's transition event #107

Closed davelandry closed 2 years ago

davelandry commented 2 years ago

this._uuid gets assigned in BaseClass, so that every Class object in d3plus can (if needed) have a unique identifiers (it was originally added to make mouse events not interfere with eachother).

Adding this unique identifier to the d3 transition that gets instantiated on render fixes d3plus/d3plus#701 because all Shape transitions were happening in the same life cycle.