Links break from nodes
@shameer.sheik wrote: Hi, Is there a way where I can tell the graph to always stay connected ? for example ,i create the following graph with nodesize(140,140) then i change the node size (140,50) the...
View ArticleHorizontal scrolling
@shameer.sheik wrote: Hi, if i have a single node(there is no graph on the left or right side) and try to horizontal scroll , the node scrolls to the end of left side , i want the scrolling to take...
View ArticleLinks between a group and its members
@Yefim wrote: As I recall (but cannot find in the change log), you improved routing of links between a group and its members to be "internal" without going outside of this group. I see this working if...
View ArticleSetting text baseline
@chabbey wrote: Is there a way to set the text baseLine in GoJS ? It's something i really need Thanks, Posts: 3 Participants: 2 Read full topic
View ArticleHow can I set this?
@st wrote: var mynodeResizeW = $(go.Adornment, "Spot", // { locationSpot: go.Spot.Right }, $(go.Placeholder), $(go.Shape, { alignment: go.Spot.Top, cursor: "n-resize", desiredSize: new go.Size(6, 6),...
View ArticleComponents in tree mapper links
@arielschwindt wrote: Hi, is it possible to put some component (like a square for example) on the links created in the tree mapper sample. Do you have a sample code to do that?Thanks in advance Posts:...
View ArticleGetting mouse events over GoJS surface
@catface wrote: hi, since I upgraded to goJS 1.6.1 document level mouse events don't work if they happen over the GoJS surface... is this a new thing?... can it be turned off?... my guess is goJS...
View ArticleGroups in Palettes
@spd_e_gonzales wrote: Hello,I'm evaluating gojs for use in creating workflows and as part of the workflow creation process my users are able to create groups. What I'm wondering is if it is possible...
View ArticleGoJS version 1.6.5
@walter wrote: Changes for 1.6.5: Fixed updating of a link geometry when modifying Link.curve or Link.curviness. MouseMove events now bubble by default, unless a tool other than the ToolManager is the...
View ArticleUML class (inspector)
@zeineb wrote: How can i update every attribute(visibility,field,type) of an UML class from an inspector ?thank you Posts: 2 Participants: 2 Read full topic
View ArticleDash link possibilities on TreeModel?
@jarangbacot wrote: It is really easy to implement dash link by using GraphLinksModel,but is it possible to implement dash link by using TreeModel ?( I'm using this template/sample :...
View ArticleDropped Item
@roberto wrote: Hello ,I would buy gojs but are now being tested. My question is: 1. you can not count items dragged so that they disappear from the paletteor make them "no selectable"? objects and...
View ArticlePlacing node parts
@emadden wrote: How do I place node parts more precisely? I want a node that displays the name (category), a port, and a Panel/PanelExpanderButton, but the Panel types I'm using aren't working how I...
View ArticleHow to make a Link in a Palette non-draggable
@zeineb wrote: i want to make a link none draggable from the palette but when i click on the link ,it actives a listener on all the classes in the diagram waiting for me to point on the first class...
View ArticleAnyway to disable link animation only?
@jarangbacot wrote: Currently I'm using {"animationManager.isEnabled": false} to disable expanding animationIs it anyway to disable only animation for link/line but animation still be enabled for node...
View ArticleNode Tooltip Issue - GraphObject.toolTip value is not an instance of Adornment
@sachkumar wrote: Hi Team, While trying to set up a tooltip for my nodes, getting an error: "GraphObject.toolTip value is not an instance of Adornment" This is the code that i have inserted into my...
View ArticleDIagram with dangling Link
@chabbey wrote: Hi, I am looking for a simple example of a diagram with dangling links ( links have a source vertex with no destination vertex). Currently, these links do not display, so i was looking...
View ArticleExporting diagram as SVG
@roberto wrote: Hello @walter, Its possible to export diagram at svg? Posts: 2 Participants: 2 Read full topic
View ArticleThe link doesnt correctly show up when implementing records sample in angular
@nadeemparvez.ak wrote: Hi, I am new to GOJS and Angular JS. I am trying to use records sample code and develop using angular. everything works except for the links doesnt appear to be correctly...
View ArticleCleanup/Destroy Diagram
@turnert wrote: Hi there, This might be a really dumb question, but I've been unable to location any documentation on how to clean-up a diagram so that the Javascript can garbage collect. Do I just...
View Article