Edit itemDataArray before links drawing
@llopht wrote: I want to add new links data properties (with computed value) in a linkDataArray before it was draw by the diagram. Is the only solution is to add a listener on the modelChangedListener...
View ArticleBinding to parent value
@llopht wrote: My model is like : const nodeDataArray = [ { key: 'node1', ports: [ in: [ { portId: 'i1', text: 'input 1' }, { portId: 'i2', text: 'input 2' }, ], out: [] } ] I use multiple itemArray...
View ArticleRemove watermark
@SmilyArora wrote: Hey,I want to remove the watermark from my diagrams. I have got the license key. Kindly help with this. Posts: 4 Participants: 2 Read full topic
View ArticleNode inheritance
@llopht wrote: Do you have an example of node inheritance ? I dont find any example in your extensions or samples. Posts: 4 Participants: 3 Read full topic
View ArticlePanel - Vertical - Stretch Fill
@BFENico wrote: $(go.Node, 'Auto', { width: 200, height: 200 }, $(go.Shape, "RoundedRectangle", { fill: 'blue', stretch : go.GraphObject.Fill, }), $(go.Panel, 'Vertical', { stretch:...
View ArticleThe mysterious vanishing property lol
@incursus wrote: Any ideas why the first debug statement would say "null" for the toNode property, yet I can see it populated in the second debug statement? myDiagram.linkTemplate.fromPortChanged =...
View ArticleGeometry path string syntax does not support SVG abbreviated syntax
@llopht wrote: Walter I share in this post a little issue with a simple SVG : <svg xmlns="http://www.w3.org/2000/svg" width="25" height="33" viewBox="0 0 25 33"><path fill="gray" d="M16.3...
View ArticleWhy is findNodesInto undefined in binding?
@marin wrote: I want to write the number of links a node is connected to. I've tried to do this to begin with: $(go.Node, 'Spot', $(go.Shape, shapes.node, nodeShapeSettings(fillColor)),...
View ArticleFind links between groups?
@tiepna wrote: Hi,I'm trying to implement link of my diagram following: 1.No more than one link between 2 groups can be displayed when one of them is collapsed 2.A link is displayed between 2 groups...
View ArticleBPMN editor -> Palette parts as Tree
@mohanr.k wrote: I have below requirement to implement for my custom data in BPMN Editor 1) Like Parts in "Level 1 items", "Level 2 items", "Level 3 items", I need to have one more Palette having...
View ArticleAuto link node dragged from palette to node on canvas
@RAlfonso wrote: Howdy, One of my coworkers already asked a similar question and it was answered here: forum.nwoods.com How to have a link auto connect when two nodes get close Hi, I need to be able...
View ArticleBPMN Editor positioning drag and dropped custom node
@mohanr.k wrote: I have custom data as tree in one of the palettes of BPMN Editor and I used code from http://gojs.net/latest/samples/htmldragdrop.html sample to position the drag and dropped node to...
View ArticleI need show in textbox link from and to property
@samanelf wrote: hi i use flowchart of gojs and i want when i click on link get from and to node and show in textbox?i tried some way but i cant find anythings anyone can help me i really need that...
View ArticleSmooth Path Animation
@Rajeshpatil74 wrote: With the Path animation sample, with new version it is possible to have animation on curved or multi segment lines. But the path animation is not smooth. For eq. when the nodes...
View ArticleHow to keep new location when group moved?
@mitmit wrote: I create a collapse group,but i have a problem.Step 1: Move group.Step 2: Expanded group.The group and its nodes can not keep the new location. i want to the group and its node keep the...
View ArticleBug: When dragging a group node, the links inside the dragged group will...
@weng wrote: When there is three level nodes, I drag the second level node, the links within the dragged group node will be separated from the node. Here is the demo data:var nodeDataArray = [ { key:...
View ArticleChangedListener evet object diagram always null
@BATU wrote: I add some function to addModelChangedListener, but I always got event.diagram is null. function somefunction (event) { var diag =...
View ArticleShow/Hide Contents inside Node based on Zoom Level
@rdheepan wrote: Hello, I want to show/hide contents inside node based on the zoom level. For example in an organization chart, I want to show only the Name of the employee when the zoom level is...
View ArticleInstalling a multi site license
@idekkers wrote: Hey I've done 2 of the steps that are required in your email, the one I have an issue with is the one with the go.js file:I'm using gojs from npm not from a file, how do I handle...
View Article