Custom Diagram Event
@Abhishek wrote: Hi @walter Is there a way to raise a custom diagram event. Posts: 4 Participants: 2 Read full topic
View ArticleOverride default copy, paste, undo and redo behaviour
@kishangajjar wrote: I have some additional data added on the Node without using the transaction manager. This is the temporary data which i dont want gojs to remember. i mean when user is doing undo...
View ArticleConditionally change link color?
@vertice wrote: I am attempting to change link colors in my GoJS tree depending on a key / value pair in my model data (color, in this case). I am attempting to call my method to change the link color...
View ArticleTreeLayout - set initial position of a node when it was dragged and dropped...
@peterma wrote: Hi, there. I’m using TreeLayout. When A node is dragged from a palette, it will be dropped to the end of the tree. How can it be positioned just where it’s dropped and when it is...
View ArticleI want to draw a ring chart
@zwf wrote: I’d like to draw a ring statistical chart. This ring has different color configurations. How can I locate the node template? Posts: 1 Participants: 1 Read full topic
View ArticleDrag canvas but the canvas not moving
@peterma wrote: Hi, Walter. I run into another issue. I suppose the default behavior is that when a user drags the canvas, it should be move as the cursor move. But my code doesn’t have this expected...
View ArticleSpecial diagram node layout
@uriel wrote: How can I create the layout as in the picture? Icons in the top section are fixed- top left corner and top right corner. Laundry line- draft icon and clock icon- are fixed in this...
View ArticleFloor planner can't update color after new floor plan
@dlee wrote: https://gojs.net/latest/projects/floorplanner/FloorPlanner.html# I’m trying to use the floor planner and in the sample, when I go File -> New to load a blank floor plan, I drag a...
View ArticleI need a ring chart
@luocong2016 wrote: Convert data to this image.A circle made up of many fan-shaped rings. I refer to it. demo: https://github.com/NorthwoodsSoftware/GoJS/blob/master/samples/radialPartition.html But I...
View ArticleGoJS 2.1 Released: New Animations and React integration
@simon wrote: GoJS 2.1 New Animation Capabilities GoJS 2.1 contains a number of new features to animate different components of your Diagram. See the Intro page on Animation and the Custom Animation...
View ArticleAdornment & Databinding Question
@JJR wrote: Hi, I was wondering if there is some limitation with data binding realtime updates within adornments templates… What i am trying to achieve is select a node and have a...
View ArticleGojs how to makeSvg with click event
@acccong wrote: I creat Picture with click event,and makeSvg,show in new window,but the svg without click event.I need click event. I creat Picture with click event,and makeSvg,show in new window,but...
View ArticleRight click to expand or hide?
@luocong2016 wrote: I would like to right-click on the expansion map. Expand details near the original node. I hope the connecting line is not blocked. Posts: 1 Participants: 1 Read full topic
View ArticleLink break always in gojs
@ahmetgundogdu wrote: When I draw, the line always breaks. I’m having this a lot in link drawings How to solve this situation? Untitled.png617×506 8.85 KB test.gif1540×694 107 KB Posts: 1...
View ArticleDiagram.nodes contains phantom nodes when adding a link
@Dominic.Lerbs wrote: Hi, I have a ModelChangedListener to execute some logic when a link is added: (e.change === go.ChangedEvent.Insert && e.propertyName === "linkDataArray") Within this...
View ArticleFloor planner round table is not an ellipse
@dlee wrote: https://gojs.net/latest/projects/floorplanner/FloorPlanner.html# The 2nd square in the palette should be a round table but it’s square. github.com...
View ArticleBrowser default contextmenu also appears on contextclicked event
@QooQooDaas wrote: I’m trying to prevent the default contextmenu of the browser when right clicking on the diagram. Otherwise, the context template I implemented would show up along with the browser...
View ArticleDifferent Layer Colours
@sibisasvin wrote: Hi, I need to color nodes differently based on their position in the layer. (i.e) If a node placed in the first layer it should have green color, if it placed in second layer it...
View ArticleGoJS FloorPlanner Z-index problem
@tahsinerkavun wrote: Hi, When I was resize a wall with adornment extension, I cant click another html input areas. img.png1396×550 36.7 KB anyone have an idea about this bug ? ı was tried z-index for...
View ArticleSelect ports with DragselectingTool
@aroel wrote: In https://gojs.net/latest/samples/selectablePorts.html, we can click to select the port. but if there are many ports on the nodes, I want to use DragSelectingTool to select multiple...
View Article