Limit port shifting
@Tany wrote: Hi, I use the PortShifting tool. In general ports are floating around the node, but i need to limit the flotation to the node’s left & right sides vertically. See attached pic with...
View ArticleMale should be in left and Female should be in right in genogram
@prameela.dara wrote: Hi Walter, Please see the below diagram.In case of deceased Male and deceased Female, female is displaying left and male is displaying right. My requirement is Male should...
View ArticleDiagram layout horizontal
@Davaaron wrote: Hi, I would like to split my Diagram into multiple pieces to establish a layout for my application. The data flow is from left to right and I got 5 different diagram “container”. The...
View ArticleProgramatically link creation and validation
@jose_vi wrote: Hi, I have a diagram with some nodes, and programatically i create the links between the nodes (by pushing them to linkDataArray). The diagram is showing the links fine, but they are...
View ArticleResize Object only from one side
@AB wrote: Hi team, I am using floor planner app. Where when an object/node is dropped from palette and when we resize that node/object it should expand/shrink from only one side. Currently it expands...
View ArticleHow to avoid two same links between two nodes in genogram?
@prameela.dara wrote: Hi Walter, I have two keys. One key having hostile to other key (h:1) and another key represented vir:0 which means husband link to key 0. But Links are displaying as below: It...
View ArticleGoJS version 1.8.30
@walter wrote: Fixed a bug with Node.collapseTree: In collapsing a circular subgraph it now correctly set Node.wasTreeExpanded on the original node, and now removes the Node’s Adornments. Improved...
View ArticleHow to change the separator line width and color for TableLayout?
@Dastagirireddy wrote: We are using TableLayout with groups. We are not able to modify column separator line width and color. Thick column border looks odd. So we have a requirement to modify the...
View ArticleAccess property of parent group from template
@MichaelPolla wrote: Hello, Is it possible to access a property of the parent group from within a template that is used for subgroups ? I though about using containingGroup but I didn’t find how. Here...
View ArticleBinding field choices properties
@sparksdev wrote: Hello, Which are properties of the a new go.Binding("choices").makeTwoWay()) that can be changed using function: model.setDataProperty(dataNodeArray, propertyName, contentProperty);...
View ArticleGojs palette with bootstrap accordion
@dramxx wrote: Hello I was using gojs palette ( go.GraphObject.make(go.Palette… ) to list all items available for drag-and-drop on canvas. It worked as intended, but I need to tidy the list up a bit,...
View ArticleReport documentation mistakes
@MichaelPolla wrote: Hello ! Sometimes when reading the documentation it happens that we see a small mistakes. For example in the Link Class documentation, multiple properties have this sentence: For...
View ArticleHow to draw a multi-color line
@weng wrote: How can I draw a multi-color line? For example, I want to draw a line that has two color, red and blue. the red and blue appear alternately on the line. Posts: 1 Participants: 1 Read full...
View ArticleAbout the license from npm library
@ahmetgundogdu wrote: Hello How to download Gojs library under license from npm? Because the project is used on different computers, it is my priority to upload licensed files through npm Posts: 2...
View ArticleAbout OrgchartEditor used in javaFX
@Misaki wrote: Hello , In somethings I need put html in javaFx, When I drag with the mouse the chart will lost ,The chart appears again when I release (This is an example of an official website.),how...
View ArticleTransaction is null in model ChangedEvent
@Dominic.Lerbs wrote: Hi, I am programatically updating an array in my model: let model = part.diagram.model; let existingPhotoNames: Array<string> = part.data["photoNames"];...
View ArticleHeader table with sort names
@jose_vi wrote: Hi, i have this table, and when the title is too long, the header forces to the body of the table to expand. Is there anyway to truncate and put a tooltip on the table name? Thanks....
View ArticleCenter a node in the screen
@manuelnas wrote: I’ve been looking but couldn’t find this in the older topics. I’m trying to keep a node in the center of the screen at all times and have the rest of the nodes spread out around it....
View ArticlePlaceholders and size
@kingo_xie wrote: Using Placeholders in go.Group, So when a node is dropped into the group does automatically resize itself to surround its member nodes. I want to be able to get the size of the group...
View ArticlefindNodesByExample has no effect on go.Part
@kingo_xie wrote: I want to search all the “PRINTBOX” in the drawing,So I used findNodesByExample : myDiagram.nodeTemplateMap.add("PRINTBOX", g_(go.Part, "Viewbox",......)...
View Article