How can I ban Context Menu in Palette?Cannot add part Adornment (ContextMenu)...
@llian wrote: Cannot add part Adornment (ContextMenu) Node#1836 (ContextMenu) Node#1836 (-6) to Diagram "u126" at the same time clicking on the left and right display context menus Posts: 2...
View ArticleRemove Editable from label dynamically
@YogeshMohan wrote: Hi,Is there any way threw which i can remove label editable field dynamically at run time when any user creates link from one node to another node i just want to remove start and...
View ArticleHow can I keep the user from resizing a text editor?
@cfarmerga wrote: Hi. I have a simple editable TextBlock. The user can click on it to get it into edit mode, and the default editor has a little drag handle that can be used to resize the editor. I'd...
View ArticleMemory and Chrome parameters
@BrainBuilder42 wrote: We're using GoJS as a visualiser to show a graph of entities. We're using Chrome. The number of entities we can show in the graph seems to be memory limited. Is GoJS impacted by...
View ArticleIncrease Zoom scale with mouseWheelBehavior
@itayh wrote: Hi, i changed the mouse wheel to do zoom in/out. Now, i would like to be able to change the scale of the behavior, because the zoom is to slow.How can i do that? Thanks. Posts: 1...
View ArticleSeveral Issues regarding nodes, groups and links location in the graph
@itayh wrote: Hi, I would like to allow the user to decide how he wants to view the graph - vertical or horizental. by default the graph is Vertical (groups and node) and the entites inside the groups...
View ArticleDifference in diagram.makeSvg rendering vs canvas and diagram.makeImage
@Dave wrote: Hi, I've found that PathSegment arcs that go CCW draw correctly (IMO) on the canvas and when using diagram.makeImage but not when using diagram.makeSvg. I've seen this on 1.7.29 and...
View ArticleHow to show only one subtree?
@Moushumi wrote: I am also looking for a filtering options in Dom Tree. For example my first node is a country node and based on country ,regions are fetched and similarly based on regions cities are...
View ArticleHow can I drag the background to let the nodes exceed visible range?
@weng wrote: I found that when dragging the background, the nodes can only move within the visible range. Can I achieve unlimited drag backgrounds by modifying some parameters? Posts: 2 Participants:...
View ArticleI hope that the links path is just not affected by some nodes
@3q wrote: I created a node(printBox) and set the value of avoidable to false.The routing property of the link is go.Link.AvoidsNodes. First,Then,I add a node(printBox) on myDiagram I hope that the...
View ArticleHow can i minimise the size of this diagram
@sabbarfatima wrote: forum.PNG1599x765 39 KB i want to construct diagrams with multiple nodes but the represantation is somehow ruined , any suggesttions!!! Posts: 2 Participants: 2 Read full topic
View ArticleCan't fire click event in tooltip
@CL.Peter wrote: Hi all,I want to add click event inside tooltip, like this sample, I can click the tip panel to do something: var myDiagram; function init() { if (window.goSamples) goSamples(); //...
View ArticleOverflow text inside shape and button
@nitin291989 wrote: How to keep the text inside shape and button, and adjust the size of shape and button automatically as per the text length. Currently, text is overflowing the shape and button like...
View ArticleHow to add twoway binding stroke color on custom geometryString?
@hkhire wrote: I have created my custom shape with geometry string. I need to add color dynamically.So I used "new go.Binding("stroke", "red").makeTwoWay()"but it does not work..my code:------------...
View ArticleTextbox text alignment
@Tany wrote: Hi,I'm trying to create some group template with an header that has the group key.I'm using textblock to put the group header and i want the group header to be in the center of the...
View ArticleGOJS crashed when moving a group
@Tany wrote: Hi,From time to time, when I drag a group and tries to relocate it, gojs freezes and i get the following stack trace : 20180502_171346.jpg3264x1836 1.36 MB It happens also when i expand...
View ArticleCalling "TreeExpanderButton" functionality without using a Button
@sabbarfatima wrote: thank you @walter .Can you tell me about the Expandbutton's functionality ,is there is a way to use it as an OnCLick Function ? Posts: 6 Participants: 2 Read full topic
View ArticleBind Parent Node Width to Width of All Child Nodes
@jkeippel wrote: I started with the static org chart and have tweaked some options, but ultimately have a tree layout. Is there a way to bind the width of parent nodes to have their left and right...
View ArticleIrregular behavior of edges visualization
@nitin291989 wrote: There is an irregularity in the way "edges" between the "nodes" are getting visualized. With fewer number of nodes, say, 10-15, edges are clearly visible the way it should, aligned...
View ArticleFilter options in DOM Tree
@Moushumi wrote: I am using a Dom tree and i want to do filter based on dropdown selection. My dom tree has country as first node then it has regions etc. I have a drodpdown which has all the regions...
View Article