How to put all nodes into a circle area?
@cameraliu wrote: Is it possible to put all nodes into a circle area of the view by GoLayoutForceDirected (or somethis else) .thanks. Posts: 1 Participants: 1 Read full topic
View ArticleCreating a title node outside of canvas
@SmilyArora wrote: Hey,I want to create a node outside of myDiagram(the grid) Canvas in order to distinguish it as the Title for the diagram. And in addition the value of the node should become a part...
View ArticleFind all elements/objects within the node
@jalendra wrote: Hi, I am trying to implement the hover effect for which I want to find the elements in the node whose name matches with some condition and change the stroke of those objects. I have...
View ArticleContext Menu and shadow
@jalendra wrote: Hi, I have implemented the context menu as attached . Now I am trying to add the shadow to the outerbox but whenever I add the shaddow to it it looks like Code attached below ({...
View ArticleBezier-curved Link
@uidev wrote: Hi, I am trying to implement Bezier-curved Link with a single control point for my project. I am able to save and retrieve the same from database. But while I am editing the already...
View ArticleText Editor blank space before text is trimmed
@panirudh wrote: I have a diagram with texteditor, when I enter a text and in newline blank space first and followed by text. Now in diagram the blank spaces are trimmed and only the text is showed....
View ArticleText Editor Dimension & always active
@Rajeshpatil74 wrote: In my application, component is developed to provide style properties for nodes. It uses some numeric text box range control and slider controls. Due to incompatibility with IE,...
View ArticleNegative margin for Text Block
@Rajeshpatil74 wrote: I am trying to bind values for Margin. When text align is topleft, topright or topcenter is provide and negative value is provided to margin, then the text is not visible ( Since...
View ArticleGO JS Link is not visible
@swati.707 wrote: Iam trying to build GO J Diagram but links are not rendered. code : var $ = go.GraphObject.make; // We use $ for conciseness, but you can use anything, $, GO, MAKE, etc var myDiagram...
View ArticleGoJS version 1.7.21
@walter wrote: Drawing fix for HTMLVideoElement sources to Picture.element, which were broken in 1.7.5. Fix for the main element of a Panel (when using GraphObject.isPanelMain) sometimes getting...
View ArticlemouseEnter Listener is not Called when Returning to Diagram
@Timone wrote: I have a GoJs diagram with elements on a node which I would like to be visible on mouseover and invisible on mouseout. Additionally, When the mouse leaves the diagram, the elements...
View ArticleLinks to links
@marin wrote: I was wondering, would it be possible to achieve a link connected to another link, but without predefining a linklabel node on the destination link. Something like this sample:...
View ArticleReordering node's array of ports after initial layout
@jpro wrote: i'm trying to re-order the array of a node's ports after layout based on the display location. each node has a list of in-ports and out-ports which i want to re-order after displaying to...
View ArticleGroup template not respecting toSpot property
@jpro wrote: i just grabbed the latest version (1.7.21) to test some of your fixes and have discovered that my group template toSpot is no longer being used. the group template specifies toSpot as...
View ArticleLink-rendering bug when group is expanded
@jpro wrote: i had reported a link-rendering bug when groups were being collapsed (https://forum.nwoods.com/t/links-to-nodes-in-collapsed-groups-rendering-improperly/9097). testing with the new 1.7.21...
View ArticleDiagram nodes not shown on canvas sometimes. Not even logging any error in...
@pistolShrimp wrote: Hi,In my application, GoJS diagram renders on clicking a link.Sometimes nodes are not rendered with no error logged in consoleOn redoing twice or thrice the click action, am able...
View ArticleDynamically created nodes are overlapping
@swati.707 wrote: Hi , I am creating nodes dynamically on click event but the newly added nodes are overlapping with the parent nodePlease helpfunction addChild(nodename,event) { vm.i = vm.i+1; var...
View ArticleNode events and node text block properties
@swati.707 wrote: I need to do following changes in my diagram 1) addevent RightClick on one of the node.2)define border for the text block3)In my tree layout parent node height width border etc...
View ArticleCreating Nested Tables with Collapsible/Expandable feature
@rajiv.bhge wrote: Hi, I need guidance in for creating nested tables using GoJs such that they can be expanded/collapsed based on requirement.Also I have created sample snippet of the working...
View ArticleProblem with resize and minSize width
@jpreston wrote: I think I may have discovered a bug with the minSize and textBlocks. We are making a "notes" node type in which people can type in a note and move it and resize it anywhere on their...
View Article