We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment info
Current (buggy) behaviour
While using the round-segments with the following styling the lable dissappears:
round-segments
"style": { "curve-style": "round-segments", "segment-distances": [-20, -20, -20], "segment-weights": [0.25,0.5,0.75] }
if i change the code to the following the label appears:
"style": { "curve-style": "round-segments", "segment-distances": [-20, 20, -20], "segment-weights": [0.25,0.5,0.75] }
if i use the normal segment style both work
segment
Desired behaviour
The label should always be shown
Minimum steps to reproduce
Go to the labels Demo page and edit the cy-style.json of the .autorotate selector.
.autorotate
For reviewers
Reviewers should ensure that the following tasks are carried out for incorporated issues:
master
unstable
1.1.x
bug
The text was updated successfully, but these errors were encountered:
@EliotRagueneau, what are your thoughts on why this may be happening? Thanks
Ref:
Sorry, something went wrong.
No branches or pull requests
Environment info
Current (buggy) behaviour
While using the
round-segments
with the following styling the lable dissappears:"style": { "curve-style": "round-segments", "segment-distances": [-20, -20, -20], "segment-weights": [0.25,0.5,0.75] }
if i change the code to the following the label appears:
"style": { "curve-style": "round-segments", "segment-distances": [-20, 20, -20], "segment-weights": [0.25,0.5,0.75] }
if i use the normal
segment
style both workDesired behaviour
The label should always be shown
Minimum steps to reproduce
Go to the labels Demo page and edit the cy-style.json of the
.autorotate
selector.For reviewers
Reviewers should ensure that the following tasks are carried out for incorporated issues:
master
,unstable
, and1.1.x
if the current release is 1.2).bug
, if necessary.The text was updated successfully, but these errors were encountered: