JulianFrattini/cira-viz

Resolve rendering order issue

Closed this issue · 1 comments

Currently, rendering the labels depends on the text element already being rendered. Otherwise, the position of the label spans cannot be determined. This is not guaranteed by the current implementation and results in an unreliable implementation.

The issue is resolved with the use of useEffect.