The loaded diagram is not the same as saved one
@tesicg wrote: I think it's expected to see the same diagram as the saved one, but in my case they are not the same. Please, take a look at the screen shots attached. Before: Before.png1065x796 56.3...
View ArticleHow can i get centre position on diagram
@BATU wrote: I want get centre position of diagram already zoomed and moved, to paste clipboard object to it.by the way i have 2 or more diagram copy paste nodes each other. Posts: 2 Participants: 2...
View ArticleGoJS version 1.7.12
@walter wrote: Added the Non Realtime Dragging sample, demonstrating how to customize the DraggingTool to have users drag around a translucent image of the selection, rather than actually moving those...
View ArticleThe confusion of custom nodes
@kingo wrote: How does the selection box just include the nodes?I think there is no blank area for the select box.Just like this Posts: 3 Participants: 2 Read full topic
View ArticleHow To wrap text?
@suprith_sa wrote: i want to wrap long text as shown in the image , in the third node we have text overlapped on image ,how can i achieve it? Posts: 2 Participants: 2 Read full topic
View ArticleHow to have text next to line instead of on the line?
@suprith_sa wrote: I have nodes connected with links and link can have names like after loop as shown in image , i want to have next to link instead of on the link, how can i achieve it? Posts: 2...
View ArticleHow to get the points from Geometry?
@Santanu044 wrote: Hi, I want to get the points from a GeometryString.say, i have a geometry string like : F M1 0 L338 0 L338 168 L132 168 L132 126 L0 126z.I want to get the points e.g. (1,0) (338,0)...
View ArticleHow to add new property to node template that will be saved to Json diagram...
@tesicg wrote: I mean on type of application with palette on the left and diagram area on the right side. For example I have the following node template: var inputTemplate = $(go.Node, "Spot",...
View ArticleRadialLayout cannot be accessed using Typescript in Angular2
@shantanoo-desai wrote: I have painstakingly converted the RadialLayout function in TypeScript and it seems that I cannot create a RadialLayout Component. The Code is here on PasteBin (for the sake of...
View ArticleMoving nodes doesn't trigger layout redrawing
@PinkTiu wrote: I want to move nodes in the following manner: A user drags the node away from its position. Then the previous and the next node of the dragged node will be connected with a single...
View ArticleResizing the text
@ashish.sharma wrote: Hi In our project, we have requirement resize the text inside a shape according to the size of shape. How can we do it ThanksAshish Posts: 2 Participants: 2 Read full topic
View ArticleHow to programatically change link category and connect to a port?
@marin wrote: I have a situation in which I need to change a link category and connect it programmatically to a port. I have a linkTemplateMap with two categories which use different fromPortId and...
View ArticleImage Position Links
@n0gare wrote: Hello there, I am working with GoJS for a couple of weeks so excuse me if I am doing something completly wrong here.So I want to to display a graph with nodes and links, to those edges...
View ArticleChange not within a transaction - GoJS little bug or something else
@Mickey wrote: Ok I know this is not error just warning that some bad practice maybe occurs. I'm getting these messages after loading a model. I searched everywhere in my code where this change maybe...
View ArticleIssue with makeSVG method with embeded svg files
@piotr.b wrote: Hi. I'm trying to make a svg image from a diagram and I have a problem. I have nodes which have svg pictures. When I'm trying to call a makeSVG method, nodes are generated well, but...
View ArticleLocalStorageCommandHandler: Copying between different URLs
@vt wrote: We are using the LocalStorageCommandHandler. Copying works between different tabs and windows, but does not work when the URLs have a different hostname. We would like to have the feature...
View ArticleHow to save collate angle?
@dmaurya24 wrote: before saving collate position after loading please tell me how to load this collate position same again? code is` var CollateTemplate = GO(go.Node, "Auto", nodeStyle(), {resizable:...
View ArticleTextblock font issue on IE 11
@ernestjessee wrote: I am having font issue in both the palette and the main canvas on IE and only on IE. I have created a CSS bridge that peeps into the stylesheet and builds the font string either...
View ArticleRemove border to button
@mohanr.k wrote: Hi, I want to remove the border of a button. Want to know how to achieve this. As shown below button should have no border initially and when user places cursor it should be...
View ArticleHow to connect circle and table?
@tesicg wrote: I'm working on scenario where use macro that is drop circle element from palette to diagram area and show that circle element plus table. The issue is I'm not able to connect circle and...
View Article