Changing properties title in datainspector
@no_one345 wrote: i previously asked nearly similar question but i dont seem to make my data inspector work like i want it to previous post : forum.nwoods.com Gojs data inspector inquiry i m trying to...
View ArticleMagnifier and Scale
@BFENico wrote: Hi, i try to implement myself the magnifier sample. But i have problems with the scale factor. Please look the picture. I hope you understandthe problem. Thx for your help magnifier...
View ArticleNeed Code for drawing legally adopted child in genogram
@prameela.dara wrote: Hi, Can you please provide me the code for adopted child link in genogram. image.png754x185 3.01 KB See the above diagram, How can I draw Adopted Child link in genogram? Is there...
View ArticleNodes over lapping
@no_one345 wrote: how to avoid over lapping of groups overlaping.PNG712x563 76.4 KB consider the above diagram i need to set the diagram in such a way that the schema do not over lap one another...
View ArticleGetting key of the node deleted
@no_one345 wrote: i m trying to get the key of the node deleted but cant seem to get it how to get the key form event "SelectionDeleted" Posts: 2 Participants: 2 Read full topic
View ArticleExtensionsTS at Typescript project
@vorant wrote: I'm trying to import some extension to progect written in Typescript. (app based on Angular 6)But compliler throws me an error and suggest to write you. how I use it image.png710x56...
View ArticleHow to hide Ports in Nodes in the palette?
@biswa wrote: How to hide Ports in Nodes in the palette?I need those port visible when drag & drop into the canvas.I want Ports only visible in canvas drawing area.How can I do it? Please help....
View ArticleWrong behaviour of mouseWheelBehavior on touchpad
@vorant wrote: I found interesting bug while working on touchpad and "toolManager.mouseWheelBehavior": go.ToolManager.WheelZoom, When i'm trying to pinch in or pinch out it works properly, it zoom in...
View ArticleUI looks bad for some time
@opkeydev wrote: When i add any node from outside the canvas for some time UI looks bad. query(2).gif1236x658 2.81 MB Posts: 1 Participants: 1 Read full topic
View ArticleHow to set node and link properties using css
@opkeydev wrote: Hi,how can i set node and link properties like stroke,fill,color,font,height,width etc using css in mydiagram. I just want to set these properties using css Posts: 1 Participants: 1...
View ArticleSpecific permission problem
@no_one345 wrote: specificdelete.PNG483x519 22.5 KB consider the diagram above i want to make the white nodes undeletable but i want to do it on a binding like color or other is it possible to set...
View ArticleHidden links problem
@no_one345 wrote: i m working on diagram now i have created some hidden links that represent a represent relation between inner nodes of entities i have assigned them a background layer but they are...
View ArticleWasnt using go-debug.js
@no_one345 wrote: before i wasnt using the debug version of gojs but now i do and this is givingme an error cant seem to make a sense of it can you help Posts: 2 Participants: 2 Read full topic
View ArticleI want to get what changed and which node was changed
@no_one345 wrote: i m in need of what changed and where according to my understanding of the documentation model.changed i shod get the property name in the following code but it gives me just...
View ArticleSave Diagram To Database
@nakyuz wrote: Hi, I have a question about saving gojs diagram(nodeDataArray,linkDataArray) to database. For example, Firstly, I add one node or one link to my diagram. Then it makes asynchronous call...
View ArticleHow to find link label position
@opkeydev wrote: How could i find link label upper bound area and label lower bound area from label position on link for example as shown in this diagram i just want to find the upper part of link...
View ArticleHow to get link label
@haya wrote: HiI want to ask you how can I get the text of a link I tried after converting to json myObj.linkDataArray[0].textbut is displayed undefinedwhen I triedmyObj.nodeDataArray[0].text it...
View ArticleShape covered by invisible rectangle in circle
@rliiack wrote: Hi, I am trying to put a crescent on top of a circle. However, the crescent kept getting blocked by a rectangle in the circle. How do I move the crescent forward? Code: var svgCrescent...
View ArticleHow to get ports close to the body?
@3q wrote: image.png707x398 1.36 KB Q1:The length of text causes these ports to leave the body.I want these ports close to the body.My codes: var portSizeV = new go.Size(11, 4); var portSizeH = new...
View ArticleBug in selectionAdornment
@vorant wrote: I'm trying to move Toolbar to the left or right if it doesn't fit to viewport and found 2 strange things: Binding of Object new go.Binding('','', fn).ofObject() fires fn 5 times and 4...
View Article