Clash 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 ArticleHiding links when hiding nodes
@BasterX2 wrote: Thanks for the quick reply, I will review it, another problem that I have is that I can hide the nodes but the links are not hidden and autoassign to the groups where they are and can...
View ArticleGroup resizing with locationSpot=go.Spot.Center
@Doogal wrote: If I have a group containing several nodes when I resize the group the behaviour is different depending on the value of locationSpot If it’s go.Spot.TopLeft, the nodes stay in the same...
View ArticleOverlapping links in GOJS
@gayathri wrote: Hi , We are creating a final image as below , the links seem to overlap making it difficult to point the source port and the destination port. Is there anyway to stop the links from...
View ArticleFYI Correction to Icons GoJS Sample
@anguskwalker wrote: I’ve been struggling to find out why my default SVG icon wasn’t displaying using the example above. I discovered that the code in your example has a bug in the geoFunc function:...
View Article[Seating map] _ Fixed distance between seats
@nxhoang wrote: Dear all, I’m using this function to generate seats. function RecSeats(total, seatAlign) { var seats = []; if (total > 0) { let px = seatAlign; let py = 0; for (var i = 1; i <=...
View ArticleGojs select node after edit another node
@Avigail wrote: I have a diagram with some editable text blocks. when I edit a node, and after it I want to select another node, I have to click twice in order to select the node, one to finish edit...
View ArticleWhy orders of child nodes in a treelayout differs?
@thyjxcf wrote: Hi, I’m using TreeLayout and visualtreeModel to display my CustomType data. for example , there is a root data A , and has 3 childred, B, C ,D . when I click a button, the code below...
View ArticleRestrict zoom for a node
@kirthi wrote: hi, I wanted to know if there is any property for a node by which I can make that node not to zoom in/out and be same height and width I provide ? Consider the diagram has 5 nodes with...
View ArticleChanging behavior of temporary link when drawing a new link
@Dominic.Lerbs wrote: Hello Walter, I am stuck with the diagram.toolManager.linkingTool.temporaryLink. It always starts the links in the center of the node. My custom Link class does what I want, but...
View ArticleHow to modify links behavior in TreeLayout
@Giosk wrote: Dear Walter, I created a treelayout visualization with nodes and links and I get a good result, but I would like to know how to remove two different behavior. tree2.png1539x833 52.5 KB...
View ArticleGap between fromArrow shape and node
@Dominic.Lerbs wrote: Hi, I would like to add a gap between the fromArrow shape and the node: I have tried setting fromEndSegmentLength and fromShortLength, but this only affects the “line”, not the...
View ArticleIs it possible to write code in genogram for a Child has multiple parents in...
@prameela.dara wrote: Hi Walter, I have the one requirement in genogram. Please let me know whether it is possible or not. In the below diagram, c1 and c2 are twins to both parents p1 and p2. Again,...
View ArticleGive rounded corner to textblock
@ozairsajid wrote: Hi, We would like to give rounded corner to textblock. Is this possible? Below is the current template: Screen Shot 2018-11-26 at 4.24.26 PM.png1492x334 62 KB const...
View Article