Inner and outer border
@kobe wrote: I want an inner and an outer border in my node like this : I tried like this : this.go(go.Panel, 'Auto', this.go(go.Shape, 'RoundedRectangle', { spot1: go.Spot.TopLeft, spot2:...
View ArticleGradient link / Blob outline
@kobe wrote: Two questions, in one, I this possible with gojs to make a gradient link between two ports and a "blob outline" or a "rounded outline" for a group like this : Posts: 2 Participants: 2...
View ArticleThe user modifies the font, color, and thickness of TextBlock
@kingo wrote: Can a user modify the font, color, and thickness of the TextBlock from the context menu or create a font editing panel? Posts: 7 Participants: 2 Read full topic
View ArticlehideContextMenu freezing diagram
@anupamsinghbisht wrote: gojs version : GoJS v1.6.4 When i trigger : diagram.toolManager.contextMenuTool.hideContextMenu() command manually, diagram get freezed. Posts: 3 Participants: 2 Read full topic
View ArticleUsing DebugInspector for discrete list of properties
@incursus wrote: Quick question - is there a way to use DebugInspector to view/edit a discrete list of properties? Sort of like how the old Inspector can accept a list of properties? Trying to figure...
View ArticleQuestion on restricting max inbound links
@incursus wrote: So, I have a rectangular node that I want to allow only one (1) inbound link into. However, I want a port on each side of the node for routing convenience. I can set toMaxLinks on...
View ArticleUndesired content alignment when viewport Bounds is larger than documentBounds
@Dor wrote: Hi, this is probably a basic question but I'm having a hard time to figure it out.According to the Diagram API setting the contentAlignment to some spot aligns then diagram "when the...
View ArticleHow to freeze the diagram?
@tesicg wrote: Is it possible to freeze the diagram that is to make all objects on diagram to be non-movable, non-resizable, non-editable, non-relinkable, etc.? I've tried the following code, but it...
View ArticleMaking a grid layout row and column format
@utpal wrote: Hi, I have used grid layout in my GO JS project in the playare container section. I want that Grid in the row and cloumn format. So that I can drop the nodes in row and column location....
View ArticleGo JS JSON array is not rendering properly in browser IE 11 version
@ramesh1 wrote: I have requirement to display the image when user clicking next or previous in button. I have saved gojs data in json array and rending in the browser. The JSON array contains image...
View ArticleLinkTemplate, adornments, nodes and delete
@llopht wrote: 3 littles questions about LinkTemplate : 1. How to change the handle adornment of the link (the two magenta rectangles and the diamond) : 2. Do you a built in method to get in the...
View ArticleDelete selection, exclude a particular node
@ebett wrote: Supose that you select three nodes: A, B, C in the diagram. Then you press "del" key.I need to remove the A node from e.subject collection event, so only will be deleted B and C.How I...
View ArticleClick on node, but node.position reports NaN
@incursus wrote: I am trying to get to the point where I can click on a node and transform the node's position into doc coordinates via transformViewToDoc but not having much luck. I added a listener...
View ArticlePersist BPMN workflow
@mohanr.k wrote: I have a requirement to persist BPMN workflow. Is there way to do it using GoJS?If so is it possible to persist the data in xml format? Posts: 2 Participants: 2 Read full topic
View ArticleLink gradient inverted
@llopht wrote: I use a gradient brush on my link, it use the color of the two ports connected : If I move the left module below the right module, the gradient is inverted... If I move the left to his...
View ArticleHow to control the arrangement of parts in the palette?
@kingo wrote: Questions:1.As shown in the figure, the Node inside the palette is not aligned, and the upper and lower intervals are inconsistent.I want them to be aligned.2.Can the TextBlock of Node...
View ArticleHow to programmatically move node in group?
@marin wrote: Hi, I want to know if there is a way to move a node that is located inside a group programatically? node.moveTo(x, y) doesn't seem to be working for me. I'd like to move it relative to...
View ArticleHow to limit the min size of selection adornmet?
@ebett wrote: I want to limit the minimum size of the selection adornmet.I have this: var selectionAdTpl = $(go.Adornment, "Auto", { minSize: new go.Size(100, 30) }, $(go.Placeholder) ); And the node...
View ArticleSome newbie questions
@xopik wrote: Hello, Your component is just amazing. I'm sorry for my looooong topic (and for my bad english) but I have some newbie questions : If understand, each item in the nodeDataArray...
View ArticleTypescript typings for gojs 1.7.2
@mohanr.k wrote: I am currently using gojs1.7.2 and no plans to upgrade to latest version. Want to know location to download go.d.ts and go-debug.d.ts for this particular version Posts: 2...
View Article