How to customize node template?
@fekkyDev wrote: HI I’m trying to customize the node template like below image. What kind of layout type should i use to get same look and feel. Thank you. Posts: 1 Participants: 1 Read full topic
View ArticleHow we can bind the BreadthLimit in go.TreeLayout
@brajeshrajput wrote: I want to set the BreadthLimit using datamodel but below code is not working: like I used - new go.Binding(“breadthLimit”, “breadthLimit”) Code: myDiagram.groupTemplate =...
View ArticleLink overlapping on Two swim lanes (vertical) node
@brajeshrajput wrote: I have one category with different two swim lanes, I tried to connect two nodes in between swmming lanes but link is overlapping on node. I tried to set avoidable: false for...
View ArticleCollapsed groups, when re-loaded, are expanded
@scoy wrote: I have a diagram with a group that has a few member parts. When I collapse the group with the sub graph expander button, save the diagram and re-load it with the saved data later...
View ArticleGraduated panels with lines on both panels and padding text
@dustinormond wrote: The pictures below best explain what I am trying to do: image1578×1133 83.2 KB The top image is what I currently have, but the bottom image is what I would like to have....
View ArticleCopy/Paste events propagating out of canvas
@ksquibbs wrote: I want to manage copy and paste events outside of the goJS diagram in my application. I have requirements to be able to copy and paste between browsers and from outside applications....
View ArticleProblem in group collapse
@no_one345 wrote: I m working on a diagram with base as tree mapper i have another problem in group collapse. When i collapse groups they jump around and even overlap on the other group how can i make...
View ArticleRequired: Swimlane Implementation in Angular CLI 9
@pramod-kumar wrote: Hi Team, I am facing issue while integrating the swimlane gojs Sample code into Angular CLI 9. Creating with Simple Diagram it’s working fine but with sample code for swimlane is...
View ArticleGet text from node after edit
@jsotom260298 wrote: Hi, I need to get the text from a node after the user edits that text, I am new using GoJS and I don’t know how to do this, is it possible? Thank you. Posts: 3 Participants: 2...
View ArticleHow to set different dimension in go.Picture?
@fekkyDev wrote: How can i set the different dimension for each images in the node template ? $(go.Picture, { desiredSize: new go.Size(34, 34), }, new go.Binding("source", "iconName", function (v) {...
View ArticleHorizontal scroll hides parts
@Tany wrote: Hi, I have a Pallete diagram that lists elements in a GridLayout. As shown : IMG_20200304_1130082389×1917 1.81 MB I used a Pallete in order to be able to drag the parts onto another...
View ArticleLayeredDigraphLayout parallel lines
@fekkyDev wrote: HI , As i have used the LayeredDigraphLayout layout, so everything works fine but when coming to bi direction links are not parallel. i need to achieve like below image Can you please...
View ArticleCan node in groups auto adjust on div assigned space
@brajeshrajput wrote: we have two groups which are having different nodes but they are not auto adjusting to all the space, div has lots of space but most of space is useless. I tried to set the...
View ArticleHow to add arrow for the link if its end node's position is higher than start...
@hthuyfedev wrote: Hi everyone, This is my diagram. The requirement is the link that connect to node from higher layer to lower layer, It doesn’t have arrow. But conversely it has. Thank for seeing...
View ArticleHow to make a picture object on the link
@ahmetgundogdu wrote: How to make a picture object on the link? I tried z-order but it didn’t… Screenshot_21242×473 9.43 KB Posts: 2 Participants: 2 Read full topic
View ArticleCopy (ctrl+c) and paste (ctrl+v) a node behaviour
@Jednorozec wrote: Hello, I’m trying to copy/paste a node with some properties as shown below: I would really like to copy/paste the whole node just as it’s implemented by default, but with one...
View ArticleIcons / Nodes next to link geometry
@Jednorozec wrote: Hi, I would like to ask if is possible to implement something like shown below: Is there a way to display those icons / nodes in dynamic state. I mean there could be 1 - 5 of those....
View ArticleZ-index order between node and link
@fekkyDev wrote: HI, How can i set the z-index order between nodes and links. Basically links overlaps the nodes. How to set the links behind the nodes? Thank you Posts: 2 Participants: 2 Read full...
View ArticleLink - fromArrow propperty combined with geometry
@Jednorozec wrote: Hello, I’m stuck on some design task. I tried to implement a fromArrow shape. The result is as shown below: image530×584 12 KB As you can see, the design is not quite perfect. The...
View ArticlePicture Turn back to Previous
@zta7 wrote: Situation: After i changed Picture’s source by ‘this.diagram.model.setDataProperty(obj,‘src’,p.src)’, this view of picture changed. But when I tried to pull a line from the Picture with...
View Article