TreeLayout布局方式,如何水平排列顶级节点
@wenbi wrote: image.png1361x620 13.9 KB 我有很多第一层级的节点,他现在是垂直往下布局了,我怎么样才能让他水平排布,但又不影响我其他功能 image.png706x425 15.5 KB Posts: 2 Participants: 1 Read full topic
View ArticleSearch function not working
@sabbarfatima wrote: Hello , I would like your help in the search funtion , i use this code ,but it just center the first object but the highlightCollection is not working : Posts: 2 Participants: 2...
View ArticleImage got blured if adding into a node
@number-amt wrote: while adding a picture in a node image is blured i'm using a .png image for go.PicturePlease help me to resolve this issue . After gragging a node i'm adding picture and that...
View ArticleWhy does the change of model text change a lot at the same time?
@llian wrote: Click the event :_designer.addDiagramListener("ObjectSingleClicked", onObjectSingleClicked); function onObjectSingleClicked(ev) { var part = ev.subject.part; showEditNode(part); };...
View ArticleThe question of panel.Table
@3q wrote: error1.PNG868x554 14.7 KB my codes: myDiagram.nodeTemplateMap.add("flowChart", g_(go.Node, "Auto", { selectable: true }, new...
View ArticleZoomToFit isn't working
@itayh wrote: Hi, When i'm using Diagram.InfiniteScroll, the ZoomToFit isn't working well.is there any workaround that i can use? thanks. Posts: 1 Participants: 1 Read full topic
View ArticleLinks getting distorted
@kunal9 wrote: On expand and collapse of my any group some of the links get distorted GoJs Version - GoJS v1.8.17 Posts: 2 Participants: 2 Read full topic
View ArticleHow can I make sure that images are loaded before calling diagram.makeImage?
@cfarmerga wrote: I have code that adds new nodes to my diagram and then creates a thumbnail image of the diagram. My nodes are in part made up of go.Pictures where the source property is bound to an...
View ArticleAction buttons inside node
@RiddhiVerma wrote: Hi,I want to design a flow diagram with below look and feel. Have looked for many samples, but could not find any of them close to what i need. Any guidance would be appreciated....
View ArticleIs there any way to find lowest common ancestor in Genogram?
@ajosojan wrote: Hello, If I select two nodes from the Gojs Genogram family tree diagram , then is there any way to find the lowest common ancestor between that nodes ? Posts: 2 Participants: 2 Read...
View ArticleExclude certain nodes from multiselection
@turnert wrote: I have a certain category of nodes that are related to a parent group. I want these types of nodes to be able to be individually selected (so they can be moved and resized), but not...
View ArticleAlignment Indicators with snapping capability
@turnert wrote: I've been struggling to imagine how to implement the following type of behavior in GoJS and maybe it's just not reasonable to do. I would like to have alignment indicators when moving...
View ArticleCreate a diagram links with little combination in shapes
@ibal.tawakal wrote: Hi All. I'm newbie in GoJS. I want to create a diagram links with little combination in shape. There are rectangle rounded shape and circles shape. Is it possible to create it in...
View ArticleWhen I click on a box and move, instead of moving, it is making a copy of the...
@subhash.sheladia wrote: Hi, I have set below properties but it does not help me. this.myDiagram.allowCopy = false; this.myDiagram = this.make(go.Diagram, this.element.nativeElement, {...
View ArticlePorts in Nodes, placing Ports
@ilyakut wrote: Hello,There is a Node that has Ports, and I need to connect the link to the edge of the Shape (of this Node), the Shape has not rectabgled form. Like this: how can I place ports to...
View ArticleAvoid link overlapping on nodes
@Giosk wrote: I created a diagram with a ForceDirectedLayout with a basic link template layout and I'm trying to avoid that sometimes a link overlaps the node as you can see in this image: What do I...
View ArticleGoJS version 1.8.20
@walter wrote: Diagram.zoomToFit and CommandHandler.zoomToFit now re-position the diagram upon zoom, even if the Diagram.scrollMode is set to go.Diagram.InfiniteScroll. Posts: 2 Participants: 1 Read...
View ArticleGet link points after new link is drawn
@Junker92 wrote: I'm trying to get the link points after a user has drawn a new link. I use this to get the altered points: myDiagram.addModelChangedListener(function (e) { // only at end of...
View ArticleHow to change styles of Selected Port?
@vorant wrote: I want to change styles of Selected Port, I mean theese pink rectangles. image.png1071x395 12.8 KB I found this example https://gojs.net/latest/intro/tools.html but it show how to...
View ArticleImage lost while html drag drop
@maheshv76 wrote: I am using font awesome to load the images using span class attribute in the palettezone. I am a new bie. I am trying to implement using htmlDragDrop.html sample in GoJs library. For...
View Article