d3plus / d3plus-text

A smart SVG text box with line wrapping and automatic font size scaling.
MIT License
105 stars 19 forks source link

inherit transition from this._select instead of global one to work on… #130

Closed vegertar closed 2 years ago

vegertar commented 2 years ago

… shadow DOM

Description

fix #129

When work on shadow DOM the ordinarily global transition() will cause error: transition 1 not found which are generally due to a detached selection. To inherit transition parameters a proper way is defining a root transition on a root selection as explained by mbostock.

Types of changes

Checklist

davelandry commented 2 years ago

Great work here @vegertar 👏🏻

My apologies for the delay in the review, got swamped at work. I'll be publishing a release with this fix in the next few minutes.