The points of link
@Jane wrote: )~LD955LA43KN$4[9Q%IE@4.png708x312 33.5 KB As shown in figure,Known to link the start node and end node, why can't accurate connect on the page?How to solve this problem? Posts: 1...
View ArticleCan I create nodes dynamically
@sharmaDevashish wrote: suppose I have a Input array of some devices with different no. of ports i.evar inputArray = [ { category: "Device1",key:"Device1", Name:"Device1", Type:"Type1", Iport:"IP1",...
View ArticleAdd Adornment to Group
@mary wrote: Hi. In the Planogram sample when the rack is full of items, you can no longer select and move the rack. Is there a way to add an adornment / button to the outside of the group so a user...
View ArticleRelinkingTool: unconnected links and doNoRelink()
@darioschmidt wrote: Hi, i extended the method doNoRelink of the relinkingTool to create a new element when the user finish the link drag operation. let relinkingTool: RelinkingTool =...
View ArticleArchitecture and Best Practices
@vorant wrote: We use GoJs for our project. Our project becomes large and it becomes too hard to implement new features. Are there literature/topics/forums/instructions/guides/tutors how to create...
View ArticleGoJS version 1.8
@walter wrote: We're pleased to announce the availability of GoJS version 1.8. It includes a new library, GoCloudStorage, in the storage directory. Try the sample app that demonstrates saving Diagram...
View ArticleNodes that store data like obejcts and then data affecting other nodes
@dannybwee wrote: Hello,I'm new to GoJS and was wondering if you can perhaps store data within a node and then have that data be editable. Then when that data is edited, it "affects" the data of other...
View ArticleGraphLinksModel Change from and to of link template
@pradeepdayanand wrote: Hi Team,I want to reduce the JSON size sent from server to client. Basically, I would want to change "from" and "to" on JSON to "f" and "t" respectively for my linkdataArray....
View ArticleGraphlinksModel collapse expand based on level
@pradeepdayanand wrote: Hi team, need advise on how to collapse expand tree based on level. I tried collapseTree and expandTree on nodes, but it is not working properly on graph links model. Thanks!...
View ArticleCreate a link when the adornment (shown only on hover) is visible
@jude wrote: I've created an adornment for a node, which shows only on mouse hover (followed the documentation). However, I've lost the ability to create a new link from that node to another node. If...
View ArticleLimit the start of a link creation to only a portion of the node
@jude wrote: Let's say that I have a node which is a 100x100 Rectangle. I've set fromLinkable and toLinkable to true. Now, I can start creating a link from anywhere in the node. What if I wanted to...
View ArticleAdd an adornment by default to a template
@jude wrote: I've got two node templates, A and B.I've registered these two node templates with the diagram as follows: var templateMap = new go.Map("string", go.Node); templateMap.add("A",...
View ArticleRemove text when dragged from the palette to the canvas。
@MaggieFanqi wrote: This is an element of my palette.When I drag it into a canvas, I need to get rid of the description. What should I do. Posts: 1 Participants: 1 Read full topic
View ArticleShow dimension to dragged object in floor planner
@ash wrote: Is it possible to show the dimensions to the dragged objects in "Floorplanner" as of in "DimensioningLink"...if yes can u please send me some examples for the same....?...
View ArticleHow to change position and order Nodes for Assistants
@vorant wrote: Hello,I took an example of adding Assistants from your site ( https://gojs.net/latest/samples/orgChartAssistants.html )I need to change alignment and ordering for this.1) Alignment When...
View ArticleCreate Port that is slightly larger and behind its Node
@Hesh wrote: I would like to create a Node from which the user can create links by dragging. However, I do not want to create separate ports, nor do I not want the user to have to start drag from the...
View ArticleOpen Div on click of a node & update db with AJAX
@itsjustcarlos wrote: Using the orgChatStatic, I'd like to be able to double click a node and have it launch into an iframe. Basically, onclick pass the id(key) to my other jquery/javascript to open a...
View ArticleDynamically adding name to a link
@sagar wrote: Hi, I am using a linking tool to create a new link between nodes. I used the following link for inspiration - https://gojs.net/latest/api/symbols/linkingTool.html. I am drawing a link...
View ArticleslimScroll
@kenai wrote: Hello dears, I want to use jQuery slimScroll in my canvas instead of default scrollbar. image.png1290x166 4.48 KB I tried lot of times but I'm still failed. I think GoJS automatically...
View ArticleSelect options in Inspector
@miguelrmoure wrote: Hi, I`m trying to add a select input into Inspector and array of values, for example: var inspector = new Inspector('myInfo', myDiagram, { properties: { "list": {type: "select"} }...
View Article