A strange issue in Firefox Development tools console.log
@jerry.exe wrote: Hi, I was using Firefox with firebug for development with gojs, and by doing console.log(myDiagram) or any other object of gojs, I could see all the properties, variables etc in the...
View ArticleCreating a nested group in paralell layout
@imranali wrote: We have a licensed version of GOJS, we are planning to use parallel layout http://gojs.net/latest/extensions/Parallel.htmlbut we want a group inside another group, it is not clear...
View ArticleFacing some issue while adding node on top port of another Node
@JP wrote: Hi, I am trying to add node to the another node(especially at port "T") when it's dropped from the palette. ExternalObjectsDropped myDiagram.addDiagramListener("ExternalObjectsDropped",...
View ArticleProblem facing in undo functionality
@utpal wrote: I want to implement undo functionality in my gojs project. But in one scenario I am facing some issue . My scenario is that when I am droping a node in my graph I am opening a modal...
View ArticleScroll to selected node
@maligan wrote: Hi , I have a filter , which will show all the node list.(lets say drop-down list) on select of node from the list , it will highlight the nodes which have same name in charts. Is...
View ArticleHow to Assign group id while pasting object inside group?
@chinna wrote: Hi, I need to copy paste object inside group, but here i am unable to get group id while pasting object inside group.when i pasted object inside group it was not attached to group. so...
View ArticleIs there an example of using group.memberParts?
@idekkers wrote: What I need is to get all node in a group, will memberParts give me the nodes?can't find an example of how to use it? Posts: 1 Participants: 1 Read full topic
View ArticleDefualt the Diagram with the shapes rotated 90 degrees
@cobolstinks wrote: Hi I'd like to create a diagram where the node shapes are rotated 90 degrees. Here is my code so far: var $ = go.GraphObject.make; var myDiagram = $(go.Diagram,...
View ArticleHow to show vertical/horizontal scrollbar when contents do not fit...
@pratap wrote: I have to add scroll bar in Group. Group have fixed height and width. When number of group members increases then scroll bar should shown. If group member are not crossing height and...
View ArticleAdd an extra property in the linkData during link creation
@pistolShrimp wrote: Hi Walter,I want to add an extra property in the linkData before inserting into linkDataArray during link creation.This extra property is then bound with some property of the...
View ArticleVirtualized LayeredDigraph layout sample
@mlerman wrote: Hello ! In your documentation, you indicate that the LayeredDigraph layout is slow, which I indeed noticed with a graph of about 200 nodes. Would you have a sample (or guidance) on...
View ArticleHow to custom the link shape between nodes
@hazem.mbarek wrote: Hello!I am trying to make a link between two nodes that follow a bezier shape. The link has two control points so i don't want to use a simple bezier link. The documentation...
View ArticleLink text on Hierarchical Diagram?
@cobolstinks wrote: Is it possible to create link text on hierarchical diagrams, because I'm not explicitly creating the links.... ? Here is my code: var $ = go.GraphObject.make; var myDiagram =...
View ArticleArrowhead bug?
@jpro wrote: i'm seeing strange arrowhead behavior. using segmentOrientation and segmentOffset works correctly sometimes. yet sometimes not: blob.jpg604x802 53.7 KB here is my link template:...
View ArticleHow to automate the Gojs diagram
@anjusingh wrote: how to automate the Gojs diagram part in Telerik/selenium? because i am not able to identify the single object in Gojs diagram page so how i can do automation?. Posts: 2...
View ArticleWhen subgraph expander button is collapsing it should not cover or hide the...
@utpal wrote: Hi,In the group template have used both subgraph expander button and a close button.Buy when I am using subgraph button for collapsing the group its hiding the close button. I want that...
View ArticleNo Links Shown
@cobolstinks wrote: Hi I'm trying to recreate the sequence diagram here: http://gojs.net/latest/samples/sequentialFunction.html But no links are being shown and the objects are just rendered in a...
View ArticleIn SelectionGrouped listener, Group location returning NaN
@JP wrote: Hi, This is my group template. In that I have two way binded the group lcaotion. Group template: myDiagram.groupTemplate = $(go.Group, "Vertical", { resizable: true, resizeObjectName:...
View ArticleHow to avoid overlapping of groups
@pratap wrote: Hi... all I am trying to avoid overlapping of group. and i used content from dragUnoccupied . It is working well for collapsed group. but when group is expanded it is not working well...
View ArticleProblem getting started
@aman wrote: when i'am trying this.. it's showing : "Invalid DIV id; could not get element with id: myDiagramDiv" table { border-collapse: collapse; } table, td, th { border: 1px solid black; padding:...
View Article