You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To style the labels I am using labelsStyle as indicated in the documentation. With fill, the text color of the labels is indeed red. But the position doesn't change with setting the dominantBaseline and textAnchor.
Inspecting the console I see that different values are attributing to <text> which are children of <g> where my style is applied.
How should I change that ?
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
I am struggling with positioning labels in radial charts. Here is my code:
To style the labels I am using labelsStyle as indicated in the documentation. With fill, the text color of the labels is indeed red. But the position doesn't change with setting the dominantBaseline and textAnchor.
Inspecting the console I see that different values are attributing to
<text>
which are children of<g>
where my style is applied.How should I change that ?
Thank you
The text was updated successfully, but these errors were encountered: