Change wrappingColumn for groupTemplateMap after changing diagram orientation
@ameyvgupte wrote: hi, We have 2 ordination left to right and top to bottom. while changing orientation can we change wrappingColumn in GridLayout for groupTemplateMap which are already plotted? How?...
View ArticleVirtualization for TreeLayout with GraphLinksModel diagram
@ameyvgupte wrote: hi, Is it possible to do virtualization if we are using TreeLayout with GraphLinksModel ? If so, how to do it? the sample provided does not have TreeLayout with GraphLinksModel....
View ArticlePrevent ChangedSelection from firing during ExternalObjectsDropped and...
@STMax wrote: How do I prevent ChangedSelection from firing during ExternalObjectsDropped and go.ChangedEvent.Insert events. This is causing issues because, the entire operation of new part creation...
View ArticleHow do I stop a group from changing its location coordinates when I move the...
@DeepPancholi wrote: Below given is my group template. I want to disallow moving of particular groups which I am able achieve with movable property binding. But when I move any node which is inside...
View ArticlesetDataProperty nested object
@agillespie wrote: I’ve got a data model in which my data model consists of some top-level properties (e.g. “key” and “value”), but also some related properties that are contained in an object nested...
View ArticleHow to custom link
@lin wrote: go1228×479 20.1 KB Now I want to achieve this effect. The line of the last item is not the same as that shown in my figure, nor directly the same as the other three items. It is an...
View ArticleHow to set node points
@lin wrote: Now I want to set the location of the node. I have set the location of the panel, but it doesn’t seem to work. I want to know how I can set the location of the node for guidance Posts: 1...
View ArticleGuidedDraggingTool is not working with Adornments
@ram4unetcore wrote: GuidedDraggingTool776×338 1.22 MB When I drag new node from the Pallette, Guides are showing correctly, but if there are any adornments to the dragged node and dragging again,...
View ArticleNode TextBlock alignment issue when an icon becomes visible
@jcaruso wrote: Within my node template I’ve created a horizontal panel containing 2 TextBlocks, with simple text, and a Button. The Button contains a Shape which is an icon and becomes visible when I...
View ArticleGroup shifts to top when dragging and reordering it's members
@soumyajit wrote: I have nested group structure and whenever I drag and reorder any existing members inside it, the group jumps and shifts. Is there a I can affix the group so that it doesn’t change...
View ArticleInconsistent setDataProperty
@agillespie wrote: I’m going crazy here. I’m using setDataProperty with a custom, data-inspector-like sidebar. Updating an input in the side bar updates a node in the diagram associated with the...
View ArticleReduce space between Nodes in palette and left align
@ashish_singh wrote: Hi, I am evaluating GoJs and I am trying to add a palette to an Accordion. I am using angular 9 and gojs-angular. Working on Windows 10. I need to reduce the spacing between nodes...
View ArticleLink routing validation
@andrei wrote: Hi, I’m using a link template that has this configuration { reshapable: true, resegmentable: false, adjusting: Link.None, routing: Link.AvoidsNodes, } Is there a way to validate the...
View ArticleAlign link to port center
@soumyajit wrote: I am creating ports using fractional values in go.Spot. But the links going out and in to ports that are not in the middle have alignments issues. I have attached a screenshot to...
View ArticleLoader Icon to be added in Angular app
@srbh1291 wrote: I want to add a loader like this:https://www.w3schools.com/howto/howto_css_loader.asp to a page before all the nodes load completely. How can I achieve this in Angular 2+ ? Posts: 2...
View ArticleLinkTemplate go.TextBlock change location. How to save?
@Nataly wrote: Hello! In LinkTemplate I use go.TextBlock. go.TextBlock can be dragged and change location. I work with React, I would like to save the location. A problem is I can’t find how to listen...
View ArticlePort click event without disabling new link drag&drop
@mark-tnt wrote: I have to make ports selectable. If I set the .click() property on the port container Panel or on the port Shape, dragging a new link from a port gets disabled. Most likely I’m...
View ArticleNodes overlapping on init diagram
@Klim wrote: Hello! I have diagram with GridLayout. When it created, nodes are ovelapping. How to prevent it? image801×511 4.31 KB Posts: 2 Participants: 2 Read full topic
View ArticleUnable to add css property to text in text Block
@Bharath01 wrote: Hi Walter i want to add css property for text as “display: block” but i am unable to do it. Can you please suggest me a solution. as i am using TextBlock in the Application Thanks...
View ArticleShow/Hide context menu for node
@Nataly wrote: Hello! I am using go.HTMLInfo context Menu for a node. I have functions Show and Hide. Basically, it works perfectly. On right mouse click opens and closes on diagram click. But I have...
View Article