Any speed comparison GoJS vs Lodash?
@marin wrote: I was wondering, if you have a colllection of GoJS parts which you need to map or iterate over. Which should be (or is) faster: using GoJS collections or placing part members into normal...
View ArticleSVG string parsing error
@Mickey wrote: This code causes this exception: RangeError: Maximum call stack size exceeded let gearGeo = go.Geometry.parse("FM14.49...
View ArticleShape with text and dynamic ports
@darioschmidt wrote: Hi, i am trying to generate a template to show a node with this content:* a shape* a text that can be positioned in the top, center or bottom of the shape* a dynamic number of...
View ArticleChanging mouse cursor if hovering over invalid port when linking
@incursus wrote: The title may be a bit self-explanatory, but basically, if a user is trying to connect a link (or relink) to a port in which my linkingtool.linkValidation and...
View ArticleHTML context menu with Angular 4
@idekkers wrote: Hi I'm trying to implement the example here: http://gojs.net/latest/samples/customContextMenu.htmlbut when I call (click)="someFunction(event)", I get an empty "event" in the...
View ArticleGroup not displayed, property visible set to true
@marin wrote: I ran into a peculiar issue... I do have a lot of work in my projects with groups and at times I change their visibility - this is done by iterating over all of the nodes using an each...
View ArticleWrapper around GoWPF
@kirthi wrote: Hi, I would like to wrap the GoWPF control with all our customization in a different assembly, so that we can easily use in our project. Also i would like to expose only the custom...
View ArticleKey down (holding) while moving selection
@Annie4May wrote: Hi, Is it possible to add a listener on key stroke/ key down while moving selection? I want to change the first node's opacity all the time while holding down a key. Posts: 1...
View ArticleMultiple links between two nodes - override each other
@yafit1 wrote: Hi, I'm creating a flow chart base on a model I'm getting from a 3rd party.The model include step data & link data, but no ports information is given. This is my code (I'm using...
View ArticleI have license for version 1.7.15. Water mark is displayed in 1.7.8
@ramesh1 wrote: I have license Go.js 1.7 version. currently we are using Go.js 1.7.15 version. I want to activate the version 1.7.8 instead of using 1.7.15. The below activation links show latest...
View ArticleI need get link point to json format
@samanelf wrote: hi i have flowchart and i need get link.point in json format i can get link.points in mouse enter event when flowchart loading here is the points format...
View ArticleHide default context menu when we long press on device iPad
@hkhire wrote: How we can hide default context menu that we get on touch devices e.g. iPad?. I have my customized context menu and it opens properly on the image.But anywhere else we touch iPad it...
View ArticleGeometry alignment
@llopht wrote: I have a little alignment issue with geometryStretch when set to the "uniform" value. With some size (little height or width), the shape alignment is not correct. An example below :...
View ArticleIncrease zoom and decrease zoom in gojs
@jvasanthu wrote: Hi I given below myDiagram.commandHandler.decreaseZoom(2); when i invoke above command. It is not decreasing the diagram size. Instead of decreasing It is increasing I invoked...
View ArticleLink's curviness question when link's visibility changes
@Yamasan wrote: Hello. According to api, if there are multiple links between two nodes, it will automatically compute reasonable values for the curviness of each link, unless you assign Link.curviness...
View ArticleNested Json
@riddhu wrote: I have a JSON - {"key":"Ga", "category":"Conditional", "ActivityName":"Condition"},{"key":"Gb", "category":"Outcome", "group":"undefined", "ActivityName":"Outcome1", "Name":"",...
View ArticleDiagram.selection is not working if I insert DragCreatingTool to mouseMoveTool
@Diyajohnc wrote: I have a requirement to select nodes by dragging mouse. For that I used DragCreatingTool and modified the insertPart to select nodes in the dragged area. In that case I am getting...
View ArticleStopEditing if ipad's virtual keyboard hide is clicked
@Diyajohnc wrote: In IPad if we are editing a textblock, a virtual keyboard shall popup. Is there a way to call stop editing on clicking the hide of virtual keyboard. Posts: 3 Participants: 2 Read...
View ArticleEvent regarding mouse down
@tejbir wrote: Hi, I want to call my function on mouse down event on Node. Like we have click event,mouseHover etc on Node, do we have any mouse Down event on node. If not, how can i implement mouse...
View ArticleGOJS diagram - change background color with undo-redo capability
@A.John wrote: My application has a GOJS diagram. Its background color need to be changed with undo-redo capability. How this can be done in javascript/angularJS?I have tried using the...
View Article