Programatically delete link from diagram
@ironwill1023 wrote: Thanks so much, You rock! And I have still a issue. If I remove a link, then myDiagram.model.linkDataArray changes but no change in UI....
View ArticleSeperate left click on stacked items
@idekkers wrote: Hi Having a panel with an image on it, While clicking on the image, we would like not having the panel click fire. we thought of setting a variable on the image click, and then check...
View ArticleHow to fit the image right next to text in rectangle node and make the same...
@miki996 wrote: Hi, How to fit the image right next to text in rectangle node and make the same linkable to other elements? Here’s a screenshot of what i have so far: I need the image to not resize by...
View Article[Seating map] Add new table
@nxhoang wrote: I want to add a new table. I tried this but not working: function createTable(){ //alert("Hello world"); console.log(myDiagram.model.Ce); const l1 = { "key": 5, "category": "TableC8",...
View ArticlelevelColors - How to display nodes in the same hierarchy/Level with different...
@chintu538 wrote: image.jpg703x187 35.9 KB In the above diagram, level 2 - how to change the node 2 color to gray (based on condition). How to display nodes on same level with different colors based...
View ArticleHow to move 'underline' little down?
@chintu538 wrote: Hi Walter, image.jpg703x187 35.9 KB In the above diagram, how to move ‘underline’ little down - It is touching the text. goJS(go.TextBlock, textStyle(), // the name { row: 0, column:...
View ArticleChange shape of port dynamically
@xyan3 wrote: Hi GoJS team, We are facing a issue related to change shape of port dynamically. Below are two different port shapes we would like change based on different condition. As you can see,...
View ArticleGoJS Library Vs. Source Code?
@sami-gh-it wrote: Hi There, I’m a potential customer thinking about getting your GoJS Library. I need to know more about the Source Code Licence you provide in the (Buy Page) … and why would I need...
View ArticleDetermine backward links in LayeredDigraphLayout
@tpham wrote: Is there a way to determine if a link in a diagram that uses LayeredDigraphLayout is a backward link? I want to use different colors between forward and backward links so that they can...
View ArticleHow to calculate port position dynamically
@gayathri wrote: Hi, WE have created a node with ports placed dynamically on top, with a standard margin between them. Is there any way to calculate the position of the port using its portid, so as to...
View ArticleNeed faster loading or doing faster layoutDiagram
@code-rider wrote: Hi I am creating organization chart i have multi type of nodes like reactangle, reactangle with triangle inside, oval within reactangle, circle, diamond, triangle, reactangle with...
View ArticleSwitching Between Links after Link Drawn Based On Node's Data
@ganesh wrote: Hiii Walter, I have a requirement in which i can draw a link between two nodes , based on the data on both nodes(From and To) i need to switch between two links , one is normal link...
View ArticleDynamic Ports in Data Flow Diagram
@sureish wrote: Hi, Can you please help me with sample to create dynamic ports in data flow diagram. I also gone through dynamic port diagram, but there I am unable to add text to each port and also...
View ArticleClash of mouseOver, mouseLeave, clickand doubleClick events
@anguskwalker wrote: I have a highlighting function, that i call on mouseOver, then an action I wish to execute if they click (or maybe double click) the item, however, although the click and mouse...
View ArticleGo.js can not trigger this event function
@chengf wrote: I can’t find a error subGraphExpandedChanged: function(group) { if (group.isSubGraphExpanded) { console.log(group.isSubGraphExpanded); } else { console.log(group.isSubGraphExpanded); }...
View ArticleNodes of palette to diagram for group
@BasterX2 wrote: hi, I have my nodes in the palette and I can drag them in the diagram, but I want you to be able to restrict them to only belonging to the group they have assigned, I can now freely...
View ArticleBPMN XMI import / export
@GJS wrote: While I realize that XMI is not applicable to the majority of model types that are provided through GoJS, it does allows for interoperability of UML/SysML/BPMN models among platforms....
View ArticleGojs textblock edit all the time
@Avigail wrote: I have node gojs with textblock. the textblock starts to edit on click the node. I want the textblock to be in edit mode all the time, even if the node is not selected. how can I do...
View ArticleLocation of go.licenseKey
@agv wrote: Hi, I m working in a browser with the 1.8.32 version. I have the go license and put it after the go library and before define the first diagram. But the watermark still there. Do we need...
View ArticleGoJS v1.8.30 on Ubuntu
@rajesht wrote: Hi Team I am using GoJS v1.8.30 in Ubuntu on my local. I am working with Double tree mainly. I am facing two issues mainly. I need two different types of nodes, one with circle with an...
View Article