Palette appears like a small box in accordion
@ashish_singh wrote: I am evaluating GoJs and I am trying to add a palette to an angular-material-accordion. And each accordion is placed under angular material tabs. I am using angular 9 and...
View ArticleChanging the color on a Link Template
@Cr1t wrote: Hi I’m trying create a context menu to change the color of a Link this is what I got so far, I’m not sure how to get the color part of the link function changeColor(e, obj) {...
View ArticleChanging the link color based on the attribute from the node
@UmaRajaram wrote: Hi We have the attribute in the Node as “isNew”. I would like to change the color of the link based on both the connecting nodes. Eg: if the fromNode or the toNode has the data as...
View ArticleDouble click and mouse move activity unable to perform in canvas element...
@adityak wrote: Hi, We want to write Protractor test cases on canvas page, which includes basic events like a. clicking on a node/link b. double click on a node/link c. right click on a node/link d....
View ArticleGoing through tutorial, not rendering an interactive chart
@EmmS21 wrote: Not sure what I am doing wrong. Trying to follow along with the tutorials on building an interactive graph but only getting a square box as my output. This is the code I have written...
View ArticleGojs group resize bug
@ahmetgundogdu wrote: Resize objects as attached error occurs test1901×807 771 KB My Gruop Template: this.diagram.groupTemplateMap.add("", goMake(go.Group, "Vertical", { resizeObjectName: "PANEL",...
View ArticleGoJS version 2.1.12
@walter wrote: Changes for 2.1.12 Added the Meter and Gauge Controls sample, demonstrating several different kinds of meter and gauge instruments whose values can also be modified by the user by...
View ArticleGoJS Zoom Slider with custom Slider element
@ameyvgupte wrote: Hi, We have implemented the zooming slider through ZoomSlider Class, Which uses its own slider and zoom-in, zoom-out button. Is it possible to integrate zooming slider, with our...
View ArticleSeeking gojs developer for small contract
@pete_gc wrote: Hi Guys, I’m not sure if this is the right place to post this so apologies if it’s not! My business is looking for an experienced gojs developer for an initial proof of concept for a...
View ArticleChange partially the text from a node
@jsotom260298 wrote: Hi, I want to be able to only edit part from the textblock of a node, could it be posible? for example, in the node shown in the image, I’d like to be able to change only the...
View ArticleGoJs Hangs and too slow
@senoz wrote: if nodeData[‘data’] comes with huge data. The GOJS application hangs and its too slow … due to setDataProperty...
View ArticlemouseLeave event triggered when moving into group node
@yotam wrote: In our code we have a group template: $(go.Group, 'Auto', { layout: $(go.GridLayout, { wrappingColumn: 6, alignment: go.GridLayout.Position, cellSize: new go.Size(1, 1), spacing: new...
View ArticleLink with custom points
@akashskan wrote: Hi, I have a set of data in which I’m passing x and y co-ordinate of node and I’m binding that position using new go.Binding("location", "loc", go.Point.parse) and it is working very...
View ArticleIcon should not overlap with text present in the node
@console wrote: Hi, We’ve modelled our implementation based off this BPMN implementation. https://gojs.net/latest/projects/bpmn/BPMN.html But we are facing an issue: In this User Task node, the text...
View ArticleUsing TreeView as palette
@ashish_singh wrote: Hi, I am trying to use GoJS treeview as a palette. i have modified the code here https://gojs.net/latest/samples/treeView.html. To make it work as a palette. i have modified the...
View ArticlePanel Spot inconsistencies between Ellipse and Rectangle Shapes
@soumyajit wrote: I have shapes that have custom ports as Spot Panels on the edge. But they are behaving incorrectly when the shape inside the parent panel is Ellipse / Circle. Here is a JSBin that...
View ArticlePanelExpanderButton should not change width when its visible property is set...
@Bharath01 wrote: hi Walter, i am using panelExpander button for a node. when i made it’s visible property to false its width is getting expanded automatically. how can i stop that. it should maintain...
View ArticleEvents should not be saved in UndoManagers History
@Bharath01 wrote: Hi Walter, i don’t have any listeners for events in my code. i just want to save doubleclick transaction in undoManager History. i am doing good for double click. now i don’t want to...
View ArticleAligning child/parent nodes based on port/link location and not node size
@Charles wrote: So it seem that the way layeredDiagraph and tree layouts align child items is based on the total size of the node’s bounds, irrespective of where the node’s to/From ports are. Is there...
View ArticleKeeping track of deleted nodes
@jothibaskaran wrote: Hi, This is how my delete functionality is implemented: var nodeToDelete = this.diagram.findNodeForKey(node.data.key); model.startTransaction('delete node'); for (let i = 0; i...
View Article