GoJS 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 ArticleItemArrays GOJS
@ng wrote: Can item array be a 2 dimentional array ? Posts: 1 Participants: 1 Read full topic
View ArticleGojs用ajax自动更新数据问题
@wenbi wrote: 我通过ajax获取数据,每隔20秒查询一次数据绘制到画布上,如何自动更改TextBlock上的数据而不影响画布结构(类似于局部重绘画布) Posts: 2 Participants: 2 Read full topic
View Article如何获取PanelExpanderButton的点击事件
@wenbi wrote: 现在想要用两个按钮来代替PanelExpanderButton的点击事件,求解决 Posts: 2 Participants: 2 Read full topic
View ArticleNode not filling
@jvasanthu wrote: Hi Support the node is truncating the image.. please see below code and image $(go.Picture, { name : "Picture", desiredSize : new go.Size(15, 15), alignment : go.Spot.TopRight,...
View Article拓扑图放大出现滚动条的问题
@wenbi wrote: 我做了一个拓扑图,当我一直放大的时候,会出现滚动条,非常不好看,怎么把滚动条去掉,又不影响我对拓扑图的放大缩小和拖动功能 Posts: 1 Participants: 1 Read full topic
View ArticleGraphObject.defineBuilder with custom bindings
@garyscarter wrote: Hello, I'm trying to use defineBuilder to create my own reusable icon object, it works great when I hardcode the style values within the icon template, but I'd like to pass...
View Article怎么使PanelExpanderButton右对齐
@wenbi wrote: $1(go.Panel, "Table", $1(go.TextBlock,{ alignment: go.Spot.Center, font: "bold 8pt Verdana, sans-serif", stroke:"#0033fe", textAlign:"center", verticalAlignment : go.Spot.Center,//垂直对齐...
View ArticleError in go.d.ts: Commit
@BFENico wrote: The following error I get with build since version 1.7.20 in the IDE of Visual Studio 2015: Severity Code Description Project File Line Suppression StateError TS7010 'commit', which...
View ArticleHint in TextBlock
@alpic80 wrote: What is the correct approach to have a default hint text for a TextBlock similar to HTML 5 placeholder attribute? ThanksAlain Posts: 4 Participants: 2 Read full topic
View Article