Route first point missing
@martin.souliere wrote: Hi, I found a problem with the first point of the route of a link. As you can see in the picture below when you create a link from Unit one to Unit two, there is no point on...
View ArticleGridLayout Horizontal ScrollBar functionality
@ussenator4u wrote: I am using grid-layout and as per grid layout sample when we increase the horizontal space between the circular nodes then the nodes going out of canvas horizontally comes down as...
View ArticleHow to define linkTemplate which has default extra data
@ellison wrote: When linking from two nodes in flochart diagram, I want to the link generated having default data for example:{ from: ,to:, ..., extra_data:{filed1:"XX2",iled2:"XX1"} } Posts: 2...
View ArticleDiagram is not visible on it if user zoom in
@vikashsingh wrote: Hi Walter, i have requirement like lets say i have one Diagram with lots of node and link and it is large enough that much of the diagram is not visible on it if user zoom inIn...
View ArticleCan Gojs work outside its envirnament or other html
@vikashsingh wrote: Hi Walter, is it possible that gojs whole diagram should be Work as same as it will work on Gojs Pallate and if we copy the Content from gojs to Other html it will work like as it...
View ArticleI use picture to load svg file to Diagram,but it has not been displayed
@sfrtrd wrote: I create a html document and published it to a IIS web server.IIS directory and html files physical path is : Snap1.jpg1305x279 55.3 KB If I browse the page throw the web server,the SVG...
View ArticleHow does cross-origin get resolved in GoJS
@chzh.austin wrote: I realize there is no cross-origin concern in GoJS. Basically, I can run a local html without server and show pictures in relative path. How does that happen in GoJS? If I am...
View ArticleLayer Management
@esimmons wrote: I am trying to do the following: When creating an object using a tool like (DragCreatingTool) I want to assign the layerName property of the main Node after it is inserted. I want to...
View ArticleStretch node across whole diagram
@lise wrote: Hello, I'm supposed to draw lines in the background and I want them to stretch over the whole diagram, so they increase their size whenever the diagram's size changes. Imagine an ever...
View ArticleContext menu on link
@canVar1 wrote: Hi, I put a context menu on Link. It works well when right click on the link but when I select it my context menu doesn’t work. The SelectionAdornated blocks the mouse event. How can I...
View ArticleTwin adding to a node that is in between
@chiyu wrote: I have adopted some code from the twin supported Genogram to be able to represent twins in my pedigree editor app. The representation looks fantastic. However, I also realised it will...
View ArticleLimit zoom factor
@lise wrote: Hello, Is it possible to prevent zooming out further as soon as zoom-to-fit level is reached? If so, how? If not, how can I catch zoom and scroll events? Posts: 2 Participants: 2 Read...
View ArticleMove link along a group
@martin.souliere wrote: We can move the link along the node but we can't do it with a group. Do you know a way to move the link orthogonally to the group like shown in the picture below? Posts: 4...
View ArticleGood of example of using binding Converter
@chinenyem wrote: Hello, I am trying to find a good example of how to use binding converter. Where is this example? Posts: 2 Participants: 2 Read full topic
View ArticleView, Document Size
@David wrote: I need help to know how to implement any part. View I made a one class using GoView It is viewed as only set document size on Control and the region of rest is shown background (gray...
View ArticleIs it possible to restrict the zoom in/out for particular node?
@sitaram wrote: Hi, I need to restrict the zoom-in for node till diagram bounds(diagram border) and other nodes and links has to be zoom-in with diagram panel scale. I am using GoXam and WPF. For...
View ArticleInputEvent.clickCount continues increment for Left Mouse Click on IE -...
@esimmons wrote: Hello, We are seeing an issue where the InputEvent.clickCount property continually increments (well past 1) if we click the left mouse button (assuming a right handed mouse). We are...
View ArticleHow to resize a scrolling table height more the 9999
@chary wrote: Hi I was try to resize the scrolling table height more than 9999 but it is not permitting to do Posts: 1 Participants: 1 Read full topic
View ArticleIs it possible to make groups dynamically with different shapes?
@chinna wrote: I need to reshape groups in different ways like L shape, T-shape ,means dynamically i have to create group, i have seen many samples in that all are keyboard short cuts like Ctrl+G. i...
View ArticleNeed one more help on looping through Parts
@junish wrote: forum.nwoods.com Query on editable org chart Have you seen the Org Chart sample, http://gojs.net/latest/samples/orgchartstatic.html ? It demonstrates searching the whole diagram. To...
View Article