Segmented banner
@lfrederic wrote: HI, We would like to implement a segmented, colored banner for our nodes. We're looking for something that looks somewhat like this: segmented_banner.png1611x916 559 KB Instead of...
View ArticleForceDirected - Overlapping nodes and links crossing nodes
@DAMcK wrote: Hi there, Is there any way to prevent overlapping nodes and have links avoid crossing nodes in a ForceDirectedLayout diagram. The attached image is what I get. Removing node overlap...
View ArticleHow can I change expand/collapse with Double tree?
@alice wrote: Hello, I have a question.How can I change expand/collapse with Double tree? Pasted image1416x311 49.7 KB I would like expand / collapse to work when the 'A' or 'B' button is pressed.In...
View ArticleHow to convert go.Diagram(javascript) to typescript
@pratap wrote: Hi there... I have written some code for diagram var CreateMainCanvas = function () { return goJs(go.Diagram, "canvasDiv", { padding: 0, scrollMode: go.Diagram.InfiniteScroll,...
View ArticleUnable to select a line when the weight is set to 1pt
@esimmons wrote: After creating a line and changing the weight to be 1-pt, it is near impossible to re-select the line object. If the line is in a horizontal position there is an area on the left end...
View ArticleHow to set node layers based on model
@pka wrote: Hi All, I currently have a model with group names set for all nodes and would like to create the nodes with the layerName set to the node values except for one group where the layerName is...
View ArticleHow can I get Shape object in Nested Panel
@BATU wrote: How can I get Shape object in Nested Panel Posts: 3 Participants: 2 Read full topic
View ArticleHow to save a diagram as node Template?
@sfrtrd wrote: I want create a diagram useing some base shapes of GoJS,and then save the diagram as a node template use it to another diagram.how to do that? are there some demos? Posts: 6...
View ArticleHow to control visibility of a Check box button
@riya1 wrote: Hi Walteri have a node and in that node a checkbox.and I want that checkbox only visible on any particular condition.So what to do regarding this. Posts: 8 Participants: 3 Read full topic
View ArticlePart shadow and Diagram.makeImageData
@catface wrote: hi, if I have a diagram as such: and I use makeImageData to get a preview image with { size: new go.Size(250, 175) }... I get this: seems that shadow is not scaled correctly... is...
View ArticleHow to add font awesome icons to node text
@mohanr.k wrote: Hi, I have a requirement to show "*" icon before node text as shown in screenshot gojs node icon.png1152x648 2.97 KB I used font awesome icon for the text shown in screenshot as...
View ArticleThe style of multiple links between two nodes
@Yamasan wrote: Hello there.I have a big problem with multiple links between two nodes.According to the GoJS API ,I learn that when Link.curve is Link.Bezier, it could be like this: It's not bad, but...
View ArticleCheck uncheck the checkbox while canvas is in read only mode
@Ashishsharma wrote: Hi We are creating one diagram and we have checkbox in our shape. We want to check or uncheck the check box while canvas is in read-only mode. Can we do it ? is it Possible?...
View ArticleInspector with External Information
@Rajeshpatil74 wrote: My diagram model contains lots of nodes. And each node can have different properties.All nodes information is fetched from server. The properties information is not going to be...
View ArticleHow can checkbox can be disabled dynamically?
@riya1 wrote: Can we disable checkbox by code dynamically. Posts: 2 Participants: 2 Read full topic
View ArticleAdornment get blur after adding node on it
@tejbir wrote: Hi, i have node 'A'. One adornment is added to node 'A'. When i drag node 'B' from pallete and drop it on node 'A', then adornment on node 'A' got blurred. please find screenshot...
View ArticleGet object from changedListener
@pirozek wrote: Hey guys, I am trying to get object from Changed event, the object on which the change occurs. According to docs there is a parameter on given event, which contains said object, but I...
View ArticleProblem with binding
@mohsamini wrote: Hallo Walter,I am in evaluation phase of the GoJs and trying to develop a simple binding.As you see I want to bind “Location”, “width” and “Height” of node(were shown in Inspector...
View ArticleWant to remove Picture from linkTemplate
@tejbir wrote: Hi, Below is my linkTemplate code. I want to remove picture from linkTemplate. How can i achieve this? mainDiagram.linkTemplate = $go(go.Link, { routing: go.Link.AvoidsNodes, curve:...
View ArticleGoJS version 1.7.7
@walter wrote: Added the Tri-state CheckBox Tree sample, demonstrating checkboxes for each item in a "tree view". Improved the performance of link routing when groups have a lot of member nodes and...
View Article