Link lines are shown over the nodes
@sreejit.p wrote: Senario: In our project we are using different nodes. We are using Gojs link property to link our nodes. issue:The links are shown over the nodes.Is there any way to put links below...
View ArticleHow to disable a particular cell in table layout
@panirudh wrote: I have a table matrix with rows and columns, and all are enabled with drag drop. we can drag and drop nodes to each cell. Now I need to make the first cell say for col-1 and row-1...
View ArticleChange the font of the textblock without changing the alignment
@Jane wrote: I want to change the font of the textblock without changing the alignment of textblock.What should I do?I use this code : new...
View ArticleHow to get the size of the picture after streched
@panirudh wrote: I have a node inside that I have a image I am using Uniform imagestretch, but after stretch the actual bounds of the image are not changed it is sticked to the orginal image size. Is...
View ArticleTable Layout Column Header and Row header to be fixed
@panirudh wrote: I have a matrix table layout which has around 10 rows and 10columns in it. I want to keep the column header and row header as fixed and need to add scrolling to all other cells in the...
View ArticleDraggable Link
@AbhishekKaura25 wrote: Hi, Can I change the element model on drop to a palette? For example in the draggable Link we have some DB picture. If I drop the DB in the other palette want to change the...
View ArticleDropDown List in Data Inspector AND diagram name
@riddhu wrote: Q1 - I want to use a select box in data inspector. Is there an example i can refer. Also, the list items which will show up in dropdown will be retrieved from a AJAX call. Q2 - i want...
View ArticleHide group based on length of member parts
@idekkers wrote: Hi is it possible to bind the member parts length to group visibility, and hide groups that have no members? Posts: 1 Participants: 1 Read full topic
View ArticleHow can I detect visible cells from "ScrollingTable" Node?
@pratap wrote: Hi... I am using scrollingtable example i.e. http://gojs.net/latest/extensions/ScrollingTable.html. In this example i am able to draw a link with row which is not visible in table(link...
View ArticleGo js diagram event
@kannanprs wrote: When i clicked mouse left button out side the diagram area. how to trigger click event ? Please provide the your suggestion Posts: 2 Participants: 2 Read full topic
View ArticleI want to a reverse link which is drawn between two scrollingtable
@pratap wrote: Hi.... A link is drawn between two scrollingtables(each table contains some row). Now which ever last link is drawn i want to reverse link property. Example: we have two table A and B....
View ArticleHow to clip node inside group?
@tiepna wrote: Hi,In my diagram, users are able to vertical resize table. But when node width greater than group width then crossing text show up. Please see image below: Do you have solution for this...
View ArticleHow to bind strokeDashArray inside Treelayout
@FernandoG wrote: Hello guys,i'm having some trouble in figuring this one out. I'm bulding tree layout and I need it to be dynamic. One off the things i must do is to change the outer border based on...
View ArticleHelp for create a toolbox
@Narey35 wrote: I want to make a kind of toolbox containing all the left elements. That is to say all the squares will be visible when the toolbox is unrolled . BGraph.jpg1382x744 130 KB Posts: 1...
View ArticleCan I create custom HTML node?
@pavankumarreddy.maddhi wrote: Hi , I have a palette and a diagram area. In palette I have nodes with custom images. When I drag and drop those nodes into the diagram area, I want to display that in a...
View ArticleHow to enlarge GoJS diagram
@daison wrote: I have an GoJS editor. Using this editor I can create memos which contains text, image and freehand drawing.The size of my editor canvas is 250px * 250px.A screen shot of my editor is...
View ArticleNeed to disable Scroll in diagram enable when reaches bottom
@sreejit.p wrote: I need to disable Vertical scroll bar in the beginning and need to enable only when text overflows graph. Please help me with suggestions. For disable I used...
View ArticleHow to Better Avoid Nodes in Group
@jpro wrote: image.png1176x1472 131 KB hey walter, any idea how to make this look better? link properties are:curve: go.Link.Bezier,fromEndSegmentLength: 30,toEndSegmentLength: 30 adding...
View ArticleLink lines need to show below the node
@sreejit.p wrote: Hi Team, I need to place all my link below the nodes. Scenario shown below For achieving it, I have put my link property to the background { layerName: "Background" }. The issue in...
View ArticleChanging Parent for Graph Links Model
@rdheepan wrote: Is there a way to change the parent of a node with GraphLinksModel? We have searched and found that there is one method setParentKeyForNodeData for TreeModel but there is nothing...
View Article