Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Change the link head (Read 1342 times)
liza
Full Member
***
Offline


I Love MindFusion!

Posts: 132
Joined: Apr 25th, 2019
Change the link head
Sep 4th, 2019 at 4:10am
Print Post  
Hi,
This time link which is created among two nodes, are coming with arrow having pointed tip. I want to have a small triangular head. How can I achieve it?

I tried this.
link.linkHeadShape = 'Triangle'; by this it is giving me pointed arrow.
  
Back to top
AIM  
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3146
Joined: Oct 19th, 2005
Re: Change the link head
Reply #1 - Sep 4th, 2019 at 4:27am
Print Post  
Code
Select All
link.setHeadShape("Triangle");
link.setHeadShapeSize(3);
 



if you need to set it from client side.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint