Manual layout/extending layout
@meilens wrote: Hi, I've got following Situation. I am using a LayeredDigraphLayout for a tree like structure for visualizing a workflow top-down, which works quite well out-of-the-box.Now, I have to...
View ArticleStop links with no port from ending at the same point
@Doogal wrote: Hi When I have a number of links with no port specified going to the same node, these can link to the node at the same point. When possible I'd like to avoid this situation and link at...
View ArticleIncorporating Zoom In/Zoom Out with the Mouse Wheel
@progs wrote: I see there are some really good keyboard shortcuts for scrolling and zooming. Is there a way that I can accomplish the same Zoom In/ Zoom Out functionality that comes with Ctrl+ and...
View ArticleMaking badge from RoundedRectangle
@estesbubba wrote: I'm trying to make a badge that is a circle until the text gets long enough to make it stretch horizontally which then the sides are half circles. I'm trying to use RoundedRectangle...
View ArticleGoJS version 1.6.2
@walter wrote: Changes for 1.6.2:- Added the Data Inspector sample, a simple drop-in for inspecting and editing Part data.- Fixed some cases of testing for points being within quadratic bezier curve...
View ArticleAbout the SubprocessTask node in BPMN Workflow (problem with placeholder)
@jacefu wrote: Hello, I'm accomplishing the SubprocessTask node in my Workflow Designer and there is a problem I can't really figure out how to do. In my designer, there is a BoundaryEvent node that...
View ArticleDisplay 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 ArticleHow can I change the speed of the mouse wheeling?
@Z.Tom wrote: My team found that when the graph is large, the speed of zooming in or out by mouse wheel didn't meet our need.How can I change the speed of mouse wheel when I want to zoom in or out. By...
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 ArticleHow can I make the graph filled with the nodes and edges?
@Z.Tom wrote: I found that it was good when there exist a lot of nodes and edges like more than 10 nodes and edges.However when only have 3 nodes and 2 edges the graph seems vacant,so I want to fill...
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 ArticleHow can I make the line straight always?
@Z.Tom wrote: When I used the goxam to display a graph that contains a lot of edges,I found that the line became broken line.But our costomers want the lines straight always.How can I do, Can anyone...
View Article