Big Diagram are loading slow?
@JP wrote: Hi, We have a custom class for Link and temporary link(CustomLinkingTool) to compute the straight line. This causing the diagram to load too slow and some times browser is hanging. I was...
View ArticleContext Menu for programaticallly created elements
@JP wrote: Hi,Is it possible to create context menu for programmatically created HTML Elements using javascript: var divElem = document.createElement("div");id="contextMenu3"className="contextMenu"var...
View ArticleResize multiple shapes in a node proportionally
@yvarshney wrote: Hi I am having multiple shapes in a node for instance consider the example here, but unlike what is done there I want all the three circles to resize by the same amout just by...
View ArticleNodes getting disarranged
@Manisha wrote: Hi,I am having an group template with nodes as shown: but when I am deleting the links between the nodes and submitting it as shown:the nodes are getting disarranged as shown: how to...
View ArticleCustom logic for positioning link labels
@david0 wrote: Hi, I would like for users to be able to drag link label nodes, and then recalculate a link's bezier points based on the new position of the label node. It appears that the other way...
View ArticleLink aware of its nodes
@Mickey wrote: Well what is the best way that link could know if its reshaping caused by change of position of fromNode or toNode? I need such information inside of my custom Link.computePoints...
View ArticleNode.Location() is not binding in draggableLink sample
@JP wrote: Hi, In this sample, http://gojs.net/latest/samples/draggableLink.html, I have added following lines: myDiagram.addDiagramListener("ExternalObjectsDropped", function (e) {...
View ArticlePorts:Auto Validation for creating a Link
@nsathya wrote: Hi, My Project is similar to Dynamic Ports.This Sample you have done is actually a good stuff.Loving it.Need some guidance so that I could finish of my client's requirements. Double...
View ArticleTree Alignment issues
@gunnu wrote: Hi can you help to fix alignment issue its custom made tree layout and lines is not connecting each other. you can see expected layout at rightside in blue border. here my tree node...
View ArticleZ-index for arrow node
@gunnu wrote: We have some custom table nodes with arrows for each row of table marked in blue, and we have an arrow shape inside that table, but it is not visible. How can we set z-index to make this...
View ArticleIs there a way to rotate the textblock?
@RAlfonso wrote: I have a graph object with a side panel. I would like to fit a text box into the side panel and have it rotated so that the user inputs text from bottom to top. Is there a way to do...
View ArticlefindLinksInto() not a function
@chinenyem wrote: Hello, I have a simple node: nodeOld = myDiagram.model.findNodeDataForKey(toNodeOld); It console.logs this:Object {category: "group", loc: "-1771.1143891711495,-494.2227443573131",...
View ArticleGetting go.Spot value
@Mickey wrote: Is there any function in API that will get me a go.Spot object of some point related to go.Part object? If not how complex is to get such information? Posts: 3 Participants: 2 Read full...
View ArticleDeleting and Iterating
@chinenyem wrote: Hello, My main goal for this logic is to delete a node. I am deleting the node but getting a error in the console: Uncaught Error: Collection was modified during iteration:...
View ArticleEnlarge the click area on the end point when relink
@chzh.austin wrote: Hi, We are using a relinkable link. The behavior is when selecting a link, the end points of it are highlighted. Then if user select on the endpoint, he should be able to relink...
View ArticleScrollbar overlay on drawing canvas
@chzh.austin wrote: Hi, I have scroll mode set to infinite. Scrollbar shows fine but it will overlay on my drawing canvas a little bit. The size of scroll bar is 17px I think. And the generated canvas...
View ArticleHow to style gojs canvas?
@siddharth wrote: I want to apply z-index:1 to the canvas? where to apply this style to change the default style of the canvas Posts: 1 Participants: 1 Read full topic
View ArticleGoJS flow animation
@kvora2 wrote: hi, i want to know how to animate a flowchart, created using gojs, in gojs. i used an example code which helps me animate it along straight line from node to node creating its own path...
View ArticleRegarding Text-block to be open as edited mode
@shivam wrote: Hello Support Team, I am facing two challenge, of a canvas1) With event ExternalObjectsDropped.I have two type of shapes 1st is a basic shape and another is chevron shape.So when I drag...
View ArticleOn-the-fly changing of linkTemplate
@g.bartoli wrote: Hi,I would like to update the graph link template before exporting the graph as a JPG file.I saw that using a transaction I can set a whole new linkTemplate to the diagram simply...
View Article