The link disappeared?
@3q wrote: The initial results show only node.When I move a certain node, related links will be displayed.Why is that?Really looking forward to your reply, thank you. Posts: 1 Participants: 1 Read...
View ArticleFont Spacing not Rendering properly on diagram zoom
@ar27111994 wrote: Hi, Good day everyone. Please help regarding Font Rendering issues inside nodes when the diagram is zoomed in or out to a certain extent. Here's the zoomed in version: font bug...
View ArticleA couple of model questions
@estesbubba wrote: I'm working on the next version of our product and trying to use ChangedEvents for everything possible instead of a bunch of DiagramEvents. I have a couple of questions. Is there...
View ArticleHow to restrict link creation between node and its group node?
@sharpost wrote: Any ideas.. how to restrict link creation between node and its group node Posts: 2 Participants: 2 Read full topic
View ArticleIncorrect positioning of links
@YogeshMohan wrote: Links going from IF( Diamond ) to Yes or No is properly aligned But links going from Open Browser to EndIf (Diamond) isnot properly aligned.Please see below example. example...
View ArticleNode Link length inconsistent for different nodes
@ar27111994 wrote: Hi, our gojs diagram nodes are not producing Links to their child with consistent lengths: Examples: Capture.JPG717x682 19.8 KB Code being used for Expander/Collapser button (with a...
View ArticleNode distance
@Fevill wrote: Hello I have 2 node AED and COUNTRYoften the distance of the knots is too big f2.PNG926x490 10.7 KB and often the distance is short. I want to always keep a short distance f1.PNG920x471...
View ArticleHow to change size of node from smaller in Palette to normal in Diagram
@mutt_1924 wrote: From an answer on stackoverflow to the question of "How can I increase the node size on dragging...": An alternative to really change the size (in document coordinates) is to...
View ArticleAdding Icon for Shapes in Draggable link
@pramodp wrote: Hi, I am using draggable link for my project and has following requirement. 1) Add icon to figures (Currently don't see an option to add icon to model)ex: 2) Can I add open a modal pop...
View ArticleSometimes shapes in Palette do not fit as expected
@mutt_1924 wrote: I am encountering a weird situation that only happens once in a while, so it is hard to tell what is going on. There is a palette with shapes, and usually the shapes in the palette...
View ArticleParallelLayout: Links are crossing nodes during animation
@PinkTiu wrote: I use the Parallel Layout from this site. The layout works perfekt until the animations starts. For example: Close the group with node U and L. When you re-open this group the link...
View ArticleHow to change defaultSize of viewport
@Anupam wrote: how to change DefaultSize of viewport Posts: 2 Participants: 2 Read full topic
View ArticleMac Command Key not included in diagram's .lastInput
@av8orbynight wrote: Wiring up the "ObjectSingleClicked" event to detect clicks on my nodes and links and route to my handler: .addDiagramListener("ObjectSingleClicked", (e) => ... I'm seeing an...
View ArticleText font size
@av8orbynight wrote: I'm seeing a general issue with font sizes in TextBlock"s. It appears that my font sizes are often ignored. Sometimes I see that the text size tries to fit the Part's container at...
View ArticleCustom click selecting tool behavior breaks doubleClick
@Charles wrote: Go.js ver 1.6.11 Using a mouse select tool without breaking double click. So this worked in go.js 1.4, and I'm trying to figure out what changed so I can fix it. I have a diagram with...
View ArticleDragging a group onto another group
@arthas wrote: In the picture, the tables are go.Group and the fields are go.Node. When I dragging a table onto another table, how to make it not transparent? I would like to make it like this sample...
View ArticleInspector constructor
@ahlam wrote: hi, please i'm trying to combine between gojs and reactjs .. i ve been using the Diagram object and Palette everything is good , but when i wanted to use Inspector i did exactly the same...
View ArticleHighlight grid cell background on mouseEnter?
@mutt_1924 wrote: The areaBackground property of a Node can be altered on the mouseEnter event. However, making a highlight effect using the areaBackground is not that effective, because the area of...
View ArticleRecord Mapper Example - No Model Returned
@scottcom4 wrote: Hi Guys, Evaluating GoJS at the moment have been playing around with the samples provided, however I have been unable to get the Record Mapper example to work. I am just presented...
View ArticleMake Shapes in Horizontal Panel wrap to next line in case max width is exceeded
@ar27111994 wrote: Hi, how can we make Shapes inside Horizontal Panel wrap to next line in case max width is exceeded: Initial Node: When Show More (3 dotted button) is clicked: What I want: Please...
View Article