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
I am adding nodes when data is loaded with icons corresponding to each node and i have the labels of nodes appearing on the right of the icon : this.nodes.push({ id: nd["name"], name: nd["name"], svgSym: this.url });
Is there any way to change the position of the label ? I would like it placed below the icon but I don't know how to do that, I tried adjusting some css with the class node-label with no luck.
Thanks,
The text was updated successfully, but these errors were encountered:
Hello; i have a question, I am using the component :
<d3-Network :net-links="links" :net-nodes="nodes" :options="options" />
with following options:
I am adding nodes when data is loaded with icons corresponding to each node and i have the labels of nodes appearing on the right of the icon :
this.nodes.push({ id: nd["name"], name: nd["name"], svgSym: this.url });
Is there any way to change the position of the label ? I would like it placed below the icon but I don't know how to do that, I tried adjusting some css with the class node-label with no luck.
Thanks,
The text was updated successfully, but these errors were encountered: