Selecting nodes: CTRL-A behaves different after CTRL-Z
@peter44 wrote: Having the following error: Binding error: missing GraphObject named null in Node#11148 Although I cannot reproduce with a goJS sample, I noticed that my program behaves different when...
View ArticleNode move does sometimes not move the links
@peter44 wrote: Using 1.6.18.Added a clipboard handler to move the copied nodes on the mouse position. However, sometimes the links are not moved. diagram.addDiagramListener("ClipboardPasted",...
View ArticleGroup node moves up and left when expanded with animations enabled
@ryan wrote: GoJs Version 1.6.18 I have a group template with a vertical panel layout and 2 panels. The top panel holds the group title and the group expander button. The bottom panel holds the...
View ArticleHow I can upload image file into Diagram?
@jzuar81 wrote: I want to drag and drop images from upload image files, how I could doing this regardsJuan Posts: 2 Participants: 2 Read full topic
View ArticleaddModelChangedListener is working but data not storing into database
@chinna wrote: hi, i need to do both tree and diagram in two different angular2 components.i am following the following sample http://gojs.net/latest/samples/regroupingTreeView.html. but in this...
View ArticleRotate doesn't work when UserControl is used in DataTemplate
@darioquispe wrote: Hi, I use a DataTemplate for Groups.In the template, I have a Grid containing all I need for my Group (icon, size).The Grid container is a go:SpotPanel with the following...
View ArticlePath stroke disappers when mouse moving in
@ellison wrote: Path stroke disappers when mouse moving into(or over) a node. The node's path is defined by geometry string. Posts: 2 Participants: 2 Read full topic
View ArticleHow to create a X365 sample node
@youngguiyong wrote: Is there any existing node type, or it's customized node. Posts: 1 Participants: 1 Read full topic
View ArticleInvalid div id; div already has a Diagram associated with it
@vassilis wrote: I'm getting this error when I'm trying to build by diagram based on an async request. Error: EXCEPTION: Invalid div id; div already has a Diagram associated with it. On my ngOnInit...
View ArticleMy nodes link to other nodes hard!
@jay1 wrote: I used the PolylineLinkingTool sample and do some changes; myDiagram.nodeTemplate = $(go.Node, "Spot", { locationSpot: go.Spot.Center }, new go.Binding("location", "loc",...
View ArticleIs there a way to measure text?
@catface wrote: hi, if I have a string, can I measure it using goJS without rendering a TextBlock? using a hidden html element for this seems to be getting slightly different results than a rendered...
View ArticleHigher node new link deletes current links of node
@vassilis wrote: If two nodes have already links between them and then I try to add a link to the lower node then it removes the old link and adds only a new link with the new parent node. Take a look...
View ArticleAutomatically selecting a Node in a Group
@Gowrishankar wrote: How do I auto select group member in programming? Posts: 2 Participants: 2 Read full topic
View ArticleThe connection rectangle doesn't rotate with the node
@martin.souliere wrote: In your Draggable link example (GoWpf Demo), the node and the rectagle resizes together. As you can see on the picture below, the rotation is applicable only on the node. Do...
View ArticleMultiple nodes one nodeDataArray Object?
@GrAfiX wrote: Hey I have a question, is there a way to have multiple node attached to a single data object? Here is a simplified example.{"key": "1","title": "Do you like the color red?", "answers":...
View ArticleSpace between items in Vertical panel using itemTemplate
@catface wrote: hi, please look at this: http://codepen.io/cAndrei/pen/kkJxAg?editors=1010 could someone explain why there is a gap between the red rectangles?and how to get rid of it? thanks,cAndrei...
View ArticlePositioning two nodes with the same date
@venkatd wrote: Hi Walter, I have another question for you. I have a situation like to handle two parallel events which started with same start and end dates for a particular resource. Can you help me...
View ArticleZoom, DocScale
@David wrote: hi. how can I set DocScale individually(vertical scale and horizontal scale) I need a fit mode according to the document size. I already saw the drawDemo examples. ( RescaletoFit()...
View ArticleHow I would manual resize image into a diagram node?
@jzuar81 wrote: Hi I need resize the image added into the diagram, I can resize the panel table but the image no scale, and I need the image resize auto with the panel table or modify the size of the...
View ArticleThe node after a rotation is below the name
@martin.souliere wrote: When we rotate a node, the parent element does not change its height and width. So we have an outgoing node of the parent container.As you can see below, we modify the code of...
View Article