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
Hello,--
I am having an issue with labels representation.
My code below does not work if label type is "text". However it works just fine for other types of labels:
view[1].add_representation(repr_type="label", selection=".CA and 70 and :X",
labelType="text", labelText=['ASP 70'],
color = "black", fontWeight="bold", radius=6,
showBackground = True, xOffset = 0.5 , zOffset =5)
I tries different options for labelText, nothing worked:
Hello,--
I am having an issue with labels representation.
My code below does not work if label type is "text". However it works just fine for other types of labels:
I tries different options for
labelText
, nothing worked:ngl/src/representation/label-representation.js
Lines 28 to 29 in 950e09f
What would be the correct way to setup
labelType="text"
representation?Similar issue was reported in #923
The text was updated successfully, but these errors were encountered: