ItemArrays 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 ArticleGetBitmap with DocScale 0.5 gives poor quality bitmap
@Balamurali wrote: We need to get the bitmap from GoView with half the size. The code is given below. But the bitmap is coming with poor quality. I have attached the images files saved with DocScale 1...
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 ArticleExporting transaction logs for recreation
@Nerkalipsu wrote: Hi, is it possible to recreate a diagram from the transaction logs? Posts: 2 Participants: 2 Read full topic
View ArticlePanelExpanderButton伸缩按钮点击问题
@wenbi wrote: PanelExpanderButton伸缩按钮点击之后,会使拖动后的布局恢复到默认的,怎么使点击按钮之后,不影响布局 Posts: 2 Participants: 2 Read full topic
View ArticleScale child nodes inside groups
@aarontc wrote: Hello,I wanted to have a parent group of fixed size which can contain many child nodes.Also, what I want is that as the child nodes increase, the parent group size should not increase...
View ArticleTransaction is being rolled back while showing a MessageBox
@aditya.r wrote: Hi I am creating a similar diagram and while dropping the link from one node to other I was showing a message box for confirmation and I add links from a pallet while adding links I...
View ArticleDeleting node from model
@swati.707 wrote: Hi Walter, To create a new node i have used below code vm.myDiagram.startTransaction("add node and link"); vm.myDiagram.model.addNodeData({ key:...
View ArticlePanelExpanderButton的事件
@wenbi wrote: PanelExpanderButton的点击范围太小,现在想和面板绑定,点击这个面板的时候,会触发这个面板下的PanelExpanderButton事件,先感谢各位的建议 Posts: 4 Participants: 2 Read full topic
View Article搜索特定节点并定位到此节点位置
@wenbi wrote: image.png1914x503 49.3 KB 怎么实现这个功能 Posts: 4 Participants: 3 Read full topic
View ArticleGoJS version 1.7.22
@walter wrote: Improved routing of links to non-visible member nodes of collapsed groups, when the spots of the group's default port are different than the spots of the non-visible node that the link...
View Article禁用动画后,点击节点会改变布局
@wenbi wrote: image.png1198x545 22 KB 我设置了红框的两个属性,但是我点击的时候,节点会往上跳一段距离,有有没什么办法让禁止它跳动 Posts: 6 Participants: 2 Read full topic
View ArticleHow to add Rectangle inside rectange and rectange inside ellipse (Go iconic...
@ShankarD wrote: How to add Rectangle inside rectange and rectange inside ellipse (Go iconic Node) Posts: 1 Participants: 1 Read full topic
View Article