Self loop link shape
@abhi2434 wrote: Hi, I have been trying to change the look of Self looping which is used in our application. In our case, the self loop looks like a straight line when drawn During the self loop draw,...
View ArticleDiagram Rendering takes a lot of time owing to huge nodeDataArray and...
@pistolShrimp wrote: Hi,I have a huge linkDatatArray (at least 2000 links including the tree node-child links) and NodeDataArray (atleast 500 nodes). As a result after new...
View ArticleUpdate gojs to 1.7.0 using typings
@cardis1 wrote: Hi, I want to update the version of gojs from 1.6.22 to 1.7.0.Our application using typescript. In the past (last year), we used the file index.d.ts from this...
View ArticleIssue Expand Group
@martin.souliere wrote: Hi,We have an issue with the property IsSubGraphExpanded. In our application, we can create a group to collapse and expand the content. The content can be a set of group, node...
View ArticleHow to install radiallayout.js by using " bower install"
@ndurgaprasad wrote: Hi Team, I could not able to install 'RadialLayout.js' by using bower.Please help me out. Thanks,N Durga Prasad Posts: 2 Participants: 2 Read full topic
View ArticleCan we use GOJS with typescript
@pratap wrote: Hi... Can we use GOJS with typescript?If yes then which version of typescript is supported. Posts: 5 Participants: 2 Read full topic
View ArticleHoe to add an empty band to the layeredDiGraph
@shaked wrote: hello,while reviewing your product I encountered this sample code:http://gojs.net/latest/samples/swimBands.html I saw a previous question regarding adding more parents to each node,...
View ArticleGet the desired result with defineFigureGenerator + Auto panel +...
@Jany wrote: Hello, I'm using GoJS v1.7.1 on Linux in Firefox. My problem is: I defined a custom shape geometry for a rectangle with two pointy (triangular) endings, and I want to use that shape...
View ArticleResizing template
@lise wrote: Hello, I want to create a different resizing template, with ellipses instead of rectangles and different colours. I came so far to define the template and display it on the node but as...
View Article"TextEdited" DiagramEvent issue
@xyan3 wrote: Hi everybody, I met a issue when I am using GoJS 1.7.1. I was trying to get the old and new text after text edited action is done on a TextBlock. My event listener is below:...
View ArticleGoJS version 1.7.2
@walter wrote: Fixed missing declaration in go.d.ts. Improved some documentation and samples. For information about older releases, please read the change log:...
View ArticleAngular2 Support
@cobolstinks wrote: We're evaluating this library, primarily to develop interactive flowcharts. I have created some basic digrams and so far they meet our needs. However we're going to use Angular2 to...
View ArticleHTMLInfo typings issue - value/valueFunction mismatch
@xyan3 wrote: @walter In go.d.ts file, HTMLInfo has the member "value" which is inconsistent with implementation which is labeled as "valueFunction". That caused customized text editor in Typescript...
View ArticleHow to change the pink selection box?
@sean-hill wrote: How do I change the color of the pink box and blue arrow here? I have tried this code: diagram.toolManager.dragSelectingTool.box = $make(go.Part, { layerName: 'Tool', selectable:...
View ArticleToolbar for GoJS textarea
@jaya wrote: Is it possible to create text editor toolbar to GoJS text area. something like this as shown in the attachment.When I click on text area it should appear(toolbar). Posts: 9 Participants:...
View ArticlePrevent adding change to undo manager history list
@Mickey wrote: Hello, I have a node that have button panel which is activated/deactivated when user clicks on already selected node. I'm using a data binding to tell node when to show/hide panel...
View ArticleDifferent nodes on the same diagram
@bresc wrote: Hi there, i was wondering if you can make that the nodetemplate can vary depending of what it receives for example i can show a shape by default but if the palette node have a source of...
View ArticleMissing method return type in typescript definition file
@cobolstinks wrote: Hello, I got this message from the angular2 compiler when trying to AOT compile my app: npm : Error at C:/tfs-git-kdc/WebApp/mea/node_modules/gojs/release/go.d.ts:8503:9:...
View ArticleAOT and rollup
@cobolstinks wrote: JIT compiling angular2 works and runs fine with importing the namespace like this: import * as go from 'gojs'; and loading the go-debug.js file via the system.js module loader. I...
View ArticleGetting Shape in MouseOver
@cobolstinks wrote: Hello, I'm trying to highlight nodes on mouse over. Here is my node template: // define the step Node template myDiagram.nodeTemplateMap.add("decision", Make(go.Node,...
View Article