Node MouseOver with LinkingTool
@martin.souliere wrote: I have an issue with finding the node under the mouse when I am dragging a new link.I have a node with hidden content that I want to display only when I mouse over a node...
View ArticleLinkDrawn event
@Mickey wrote: I don't know is this bug but I want to check with you. If you look at next code you will see my workaround to get what I need. BPMN.diagram.addDiagramListener("LinkDrawn", function (e)...
View ArticleHow to export svg as a image in Gojs
@Richard wrote: I am using diagram.MakeSvg () it will create the inline svg image but i need to save like in file.svg, without converting the base64 in the Client side because while converting the...
View ArticleNode button action -Flickering
@maligan wrote: I am using IVR tree to show nodes hierarchy with action button inside each and every node . When i have more # of nodes (let say more than 10 nodes , which occupy whole screen )Some...
View ArticleCentering textblocks in panels
@EvilProfesseur wrote: I'm trying to show some additional information on nodes, the count and type of children in subtree to be precise. It works more or less okay: The problem is the textblocks are...
View ArticleUsing typescript for node template
@maciekm wrote: Hi, I'm new to go.js and I'm trying to use it with typescript. I have a problem when I'm trying to create a class extending go.Node and use it as a node template. I'm doing this: class...
View ArticleSelection adornment on a svg shape
@chzh.austin wrote: Hi GoJS team, I have a shape as SVG and want to apply a selection adornment on the outline. I am currently only able to have a rectangle selection outline but not exactly match the...
View ArticleProblem with TreeExpanderButton's visibility
@Yamasan wrote: Hello,I need help.I want to hide the TreeExpanderButton by setting its property "visible:false".But it doesn't work.Seems like the TreeExpanderButton is always visible when node has...
View ArticleStart DragSelectingTools over selected Node
@AndyP wrote: Hi and a happy new year to all,I have a node which is selectable but not movable. Is it possible to check this and start the DragSelectingTool if the user ckicks and hold the mouse over...
View ArticleGridPattern
@AndyP wrote: Hi,I use a GridPattern. Is it possible to give the x=0 and y=0 a different Color so the user can easily find the 0, 0 Position? Posts: 2 Participants: 2 Read full topic
View ArticleGOJS supports integration with 3rd party trending using java script events
@venkatd wrote: Hi Walter, I would like to know whether GOJS software supports 3rd party d3.js trending with java script events. Please help me out here. Best RegardsVenkat Posts: 1 Participants: 1...
View ArticleHow to add a key to a link automatically?
@ellison wrote: It's possible to add keys links automatically, just like node? Posts: 2 Participants: 2 Read full topic
View ArticleHow to make a bidirectional link snap to the same path?
@kishore83 wrote: Hi, I am new to GoJS and I am creating an interactive diagram where user can drag and drop nodes and link them to each other and create diagrams of his choice. One of my requirement...
View ArticleHow to specify link template category for dynamic link
@kirthi wrote: By using the LinkTemplateDictionary we can define multiple link template, category for the link can be defined for static or predefined links. But for dynamic links how to specify the...
View ArticleGroup resizing
@niyamat wrote: I want resize a group but when i resize it a objects of that group is showing out side of group so a requirement is like resizing of group but it wont decrease at certain point where...
View ArticleAdd new empty group on button click
@MJ wrote: Hello, I want to add new empty group on button click. But only the textblock is added when the button is clicked. Here is my code. (I referenced this link,...
View ArticleFacing challenges to automate goJs canvas with protractor
@bhushan_pawar wrote: Hi, I am trying to test application under test having GoJS canvas on it with Protractor .I have seen already existing blogs and come across :...
View ArticleClarification on go.Part.containingGroup binding
@Yefim wrote: Hi,In all samples of grouping, diagram' nodes/parts data sets use an attribute "group" to refer to a containing group, without binding to "containingGroup" defined in related templates....
View ArticleGrid.elt() method
@OW wrote: I need help understanding the grid.elt() method. The documentation is lacking in this area. What does each of the objects in the elt list below refer to specifically?...
View ArticleLayout the diagram containing directed edges and nodes, according to...
@Vitaly wrote: Hi, The layouts available arranges the nodes considering the 'from' and 'to' nodes of the edges not as per the direction of the arrow on the edge. I want to layout the diagram...
View Article