Display link label on the side of orthogonal link
@shameer.sheik wrote: I want my link label to be displayed on the side of the link and not cutting through it. I am able to see the example for normal links , How can i do the same for ORTHOGONAL...
View ArticleMinimum no of segments in a link
@shameer.sheik wrote: Hi , I have been searching the forums and API for a while , is it possible to set minimum number of segments in a link with orthogonal routing , so that I can display the rhombus...
View ArticleImplementing Icon (font awesome, etc) into Node
@progs wrote: It looks pretty straight forward when it comes to implementing a picture to bind to, or even adding a shape. I saw the SVG Icons example, is that the best/preferred way then to add...
View ArticleDynamic Add Entities Based on User Drag Resize
@cbh wrote: I am wondering if this is possible. Consider the planogram sample. I wish to label each row in the "rack". As the user resizes the rack the row labels would be dynamically added/removed....
View ArticleMake ALL link label invisible
@shameer.sheik wrote: Hi, Is there a way to make the user toggle between making linklabels visible and invisible for all the links . Binding the property "visible" for a link label is working for me ,...
View ArticleCannot Interact with Node
@turnert wrote: Good day, Is there any known reason about why a node would not be interactable besides setting allowSelect = false on a layer or making the diagram readOnly? I have a simple diagram...
View ArticleCan we create relationship like Child-(Teacher, Attorney) , Mother-Aunt
@TusharSagar wrote: GOJSImage.png1049x634 12.9 KB I have manipulated the code like below. Please let me know if there is a better way to do so.{ key: 1, n: "Sean Lewis", s: "M", m:2, f:7}, { key: 2,...
View ArticleConversion of GoJs diagram JSON to BPMN compatible JSON
@raghu1 wrote: Hello,I would like to evaluate GoJs for BPMN kind of diagram. I was able to see the example fromn the site which shows the BPMN editor. But my question is that, pleaase let me know is...
View ArticleDoes Selenium Webdriver is enough to automate GoJs Diagram Controls?
@rahul wrote: I have automated so many website using selenium , I just got one application which is built using totally Canvas,GOJS and has diagram. Can anyone guide me how can I do operations to...
View ArticleGoJs BPMN editor JSON explanation
@raghu1 wrote: We are in evaluation phase of GoJs software. Could you please provide me the explanation for the each element in JSON template provided for BPMN editor with GoJS? This is required for...
View ArticleDynamically adding shapes and fonts
@progs wrote: I am working to be able to dynamically add shapes and icons, as I don't know which icons will actually be used by other developers using the graph. The graph will essentially be a...
View ArticlePrinting with scale
@estesbubba wrote: In our print code we allow the user to select the scale and have based the code off your printing example. What happens is when the scale isn't 1.0 the tiling doesn't work properly....
View ArticleViewport on click tries to come into view
@shameer.sheik wrote: Hi, When the div(MyDiagram in most of the examples) is clicked (when the div is not completely visible) , it tries to centralise the div. How do I remove this behaviour ? example...
View ArticleCan we put a validation to prevent circular reference in Go JS diagram
@hridya wrote: Please refer the uploaded figure where in after the process block , it is re linked to "A" block resulting in a circular block. Is there a way I could prevent adding such a reference in...
View ArticleLinkDrawn Event Not Firing
@cbh wrote: I am using the pipes example. I insert a LinkDrawn listener: myDiagram.addDiagramListener("Modified", function(e) { var button = document.getElementById("SaveButton"); if (button)...
View ArticleHow to exchange display order in a diagram by using javascript?
@sfrtrd wrote: Such as : there are tow or more sheaps in the diagram,they have to cover eatch other,I want to use javascript to exchange their display order at the z-axis.how to do this? Posts: 2...
View ArticleHow to catch the move event of the node
@sfrtrd wrote: When I drag and move a node in the diagram I want to catch the node's move event. Posts: 2 Participants: 2 Read full topic
View ArticleServer side image creation , load datajson dynamically
@shameer.sheik wrote: Hi, I went through your link - http://gojs.net/latest/intro/serverSideImages.html . I am using phantom js and the image is rendering for me on the server side. I am not able to...
View ArticleLayout does not take care of invisible links
@chabbey wrote: Layered Digraph does not takes in account non-visible links, is there a way to force it to do so ? Posts: 2 Participants: 2 Read full topic
View Article