Displaying SVG with multiple paths in diagram
@dsirmans wrote: I need to display an SVG in my diagram that is stored in a json file with numerous other SVG's. The SVG's are not saved in a .svg file independently. We use icomoon, so I have a...
View ArticleBinding width property with model.width data
@kapiton09 wrote: Is it possible to bind textBlock or shape width, height with model's data? If yes how? Very new to GoJS. $(go.TextBlock, { margin: 5, width: 100 }, --> instead of hardcoding 100...
View ArticleAvoid zoom using Ctrl + Mouse Wheel
@itayh wrote: Hi, I'm doing zoom In/Out using the mouse wheel. Is there a way to do disable this functionality while pressing Ctrl? I want to save the original mouse wheel behavior of the browser......
View ArticleOn drag drop link get key/id of from and to object
@no_one345 wrote: Consider a diagram as shown in picture Screenshot from 2018-06-07 13-12-04.png771x565 37.2 KB What i need is that when a link is drawn from entity1 to any other entity it drops the...
View ArticleHow to get straight lines with avoiding nodes in genogram?
@prameela.dara wrote: I am trying to avoid unnecessary bends in the genogram. I want to display genogram structure with AvoidNodes and straight lines (not bends). Please help me on this. Posts: 3...
View ArticleHow many link relationships can give for a single node in genogram?
@prameela.dara wrote: I am trying to give more relationships in the genogram data. Its is not taking more relationships.Can you give the solution for this? ux = wife,cs = close and strong ,h = hostile...
View ArticleHow to increase distance between Nodes in ForceDirectedLayout
@sajjad wrote: HeyI use ForceDirected Layout for my diagram but after diagram loaded nodes are too close. (See the pic)I tried to move nodes manualy after load but When i expand a node nodes went to...
View ArticleHow to make the following group move down
@meishadevs wrote: I put two groups in the chart drawing area. One group is placed on the top one. The two groups are connected by wires. Then the nodes are put into the above group. When the number...
View ArticleGenogram - Links alignment regression when upgrading from 1.8.18 to 1.8.19
@almogohayon1 wrote: Hi, We are using the genogram layout with custom changes to our requirements. One feature we added is taken from genogram twins and using the TwinLink implementation example to...
View ArticleCurved links are not reshaping properly when connected to the non default ports
@mtalis wrote: Curved links are not reshapable when a node has ports added to the template like this: // four named ports, one on each side: this.makePort('T', go.Spot.Top, false, true),...
View ArticleSVG Image in go.Picture
@shubhi19 wrote: Hi Simon, I am facing similar issue. I am trying to render svg image in goJs picture and it's not showing up in IE.I am using GoJS v1.7.29 and IE 11.I have added width and height in...
View ArticleReshaping handles on a link
@nmfa wrote: Is there any way of controlling on which link points reshaping handles appear or how many appear on a link? Also, sometimes handles do appear at the end of the start and end segments when...
View ArticleSome expanded nodes are going to bad direction
@sajjad wrote: HeyIn force directed layout after expand tree, child nodes are going to center of screen (Plz see the pic, selected nodes are children)They must go to oposite direction (Right of the...
View ArticleTraversing group members from iterator
@no_one345 wrote: consider the following codeand a diagram Screenshot from 2018-06-07 13-12-04.png771x565 37.2 KB now on link creation i get the key from the "from" entity and the "to" entity then i...
View ArticleNeed a Label which needs to be placed at the top center position on the load...
@praveentc6 wrote: Hi Team, We are working on an application in which when we give "create diagram" it opens a canvas page with node palette at the left side. We need a label which should come at top...
View ArticleAvoid hightlighted link on editing link label
@YogeshMohan wrote: Hi,Is there any way throw which i can able to disabled link highlighting on editing or double clicking on link label for editing Posts: 2 Participants: 2 Read full topic
View ArticleSuggest an Improvements
@vorant wrote: The first of all Thank you for great product. Oftentime I read docs about how to use GoJs at https://gojs.net/latest/intro/index.html. This is very comprehensive document. But sometimes...
View ArticleWorks of Link curviness with Ports
@vorant wrote: I've got 2 issues:1. Link's Curiness doesn't work if I use Nodes with Ports2. Link's Arrow has wrong direction if I use Nodes with Ports image.png1252x507 34.4 KB Are they bugs or I...
View ArticleHow to increase the size of link if text length is more between the two nodes?
@prameela.dara wrote: How to increase the size of link if text length is more between the two nodes? Please help me on this. Posts: 3 Participants: 2 Read full topic
View ArticleChanging the shape of the link to orthogonal,curve and straight
@Harsha1 wrote: I have a dropdown having 3 options to change the shape of the link , onClick of that option i will pass a string of orthogonal or curve or straight so based on this i am setting the...
View Article