A few questions related to performance
@ahmetgundogdu wrote: Hello, My questions: 1. i have dynamic data model. i binded shape visibility, color and other all properties to my shape. i manage these properties with a key. example node data...
View ArticleTypings Missing isVirtualized
@av8orbynight wrote: In the virtualization example here: https://gojs.net/latest/samples/virtualized.html You refer to a field isVirtualized on go.Diagram, but this doesn’t exist in the typescript...
View ArticleViewport Bounds when over Map
@av8orbynight wrote: In my project I have a Diagram over a Leaflet map. I’m attempting to virtualize and following the instructions in https://gojs.net/latest/samples/virtualized.html but the...
View ArticleLink alignment in Genogram
@or.madipor wrote: Hey, I’m trying to align the link between the parents to the child (only when there is a single child). Is there a way to position the child related to the parents before I placing...
View ArticleClickSelectingTool inconsistent behavior with key modifiers
@turnert wrote: This is more of a general comment that I’d like clarity on. When selecting nodes on a diagram with the standard ClickSelectingTool, if I want to multiselect using the ctrl key...
View ArticleRestrict objects in dynamically created rectangle
@AB wrote: Hi Team, I am working with floor planner app. Problem Statement question.png827x424 27 KB Requied Output ans.png993x641 23.4 KB I am able to achieve for only single wall when in...
View ArticleContext Menu displaying in wrong position on IE11
@turnert wrote: In the below image, I right clicked on the diagram where the red circle indicates, but the context menu appeared up and to the left of my mouse position. The same thing occurs on...
View ArticlemakeSvg option to not use links?
@Dave wrote: I haven’t found a way to do this so I suspect the answer is ‘no’ but I’ll ask anyway, in case I am missing something or am being stupid. I’m making an image of my diagram with...
View ArticleHave shapes be ignored when node returns actualBounds
@awong wrote: I have a situation where we create port shapes and add them into our node object so that it shows on the outskirts of the outlying shape. These port shapes only show when user hovers...
View ArticlePause before out of memory crash on Chrome
@nkindia wrote: I have a fairly simple graph diagram, full of position nodes, with gemoetry strings for each node, four node template maps, 2 link template maps, and about 50 - 100 nodes in total....
View ArticleForcing Orthogonal link pattern to take a particular fasio
@nkindia wrote: I want to create a link between my nodes, like the above picture. I tried Orthogonal, but I am not able to set the default length of the first part of the outgoing link (link part 1 in...
View ArticleHow to check 'textblock' is under editing
@HJOON.KIM wrote: Hello walter, I’d like to check specific(selected not) ‘textblock’ is under editing or not. Is there any related api under gojs? Posts: 1 Participants: 1 Read full topic
View ArticleChange cursor if scrolling is enabled
@AlexLvovsky wrote: I’m using GoJS 1.7.5 I have a diagram with TreeLayout, on some outer interaction, the model of my diagram is changed. My goal is to change cursor: If diagram has any of the...
View ArticleWidth of Canvas tag is not updating
@srisrim wrote: I am facing issue like when i click on sidenav bar the canvas tag get modified with its dynamic width property but its not getting to its original state when click again on the sidenav...
View ArticlePanelExpanderButton custom icon
@Dimple563 wrote: Hi, I’m new to GoJs and I’m liking it. I got stuck at changing the PanelExpanderButton to my custom png/svg icon, Is that possible to add a custom image for PanelExpanderButton....
View ArticleChange filepicker icon and other setting
@sarah wrote: Hi I want to ask you about filepicker I tried the example of GoCloudStorage in my computer but the filePcker has no icon (the left icon displayed when I choose save or remove ) how can I...
View ArticleHighlighting the same item in different tables
@marin wrote: I’m trying to have shared objects between different nodes, where each node has an item array template defined. Now, what I want is to have the same objects, but maybe different arrays in...
View ArticleCompute difference problem
@no_one345 wrote: i m working on a diagram in angular 6 and the computejsondifference is giving me an error computejson.PNG1084x181 12.8 KB the problem is that initially the diagram is empty and there...
View ArticleMulatiple type of text editing tool for a textblock
@HJOON.KIM wrote: Hello, Walter. I’d like to make a node to supply multiple TextEditingTool for a TextBlock. This node works like this. Open “default” TextEditingTool when I double-click the TextBlock...
View ArticleAutomated viewport after calling 'editTextBlock()'
@HJOON.KIM wrote: Hello, Walter. I’m calling ch.editTextBlock() sometimes. This method re-locate viewport perfectly well that moves target node on the center of the canvas....
View Article