Quantcast
Channel: GoJS - Northwoods Software
Browsing all 7069 articles
Browse latest View live

How to change node text dynamically?

@colby wrote: How to change node text dynamically without editing in diagram? how to change text of a node from out side of a diagram? can anyone tell how to achieve this? Posts: 2 Participants: 2...

View Article


Image may be NSFW.
Clik here to view.

Whenever a node has a defined category, selectionChanged function is not...

@SmilyArora wrote: I have written a callback function on select of nodes in the diagram: And i have created nodeTemplateMaps something like: image.png966×882 75.5 KB So, the selectionChanged function...

View Article


Several types links in LinkTemplateMap

@jokl wrote: I have 3 types of objects - A, B and C. If I have an A -> B relationship, then I need one type of link, if A -> C, then another type. I can do this with 2 different types of links...

View Article

Tree Mapping :: Need to replace the whole Diagram model

@senoz wrote: How to replace the whole Diagram.model . I have the nodeDataArray structure thats is displaying in the tree format. I need to replace the whole nodeDataArray format with the new values...

View Article

Color of Freehand Drawing Tool

@agv wrote: Hello, I have the 1.8.32 version How can I change the color of the drawing path? I can change the “finished” path but when I´m drawing is always black. Posts: 2 Participants: 2 Read full...

View Article


Making the Canvas Fullscreen

@dustinormond wrote: Is there a quick way to make the canvas fullscreen? For example, if the user types F11 and the canvas is currently selected, I would like it to open the canvas in fullscreen....

View Article

Node selection when clicking anywhere in this object

@jokl wrote: My nodeTemplate: $( go.Node, $( go.Shape, { fill: 'white', strokeWidth: 1, figure: 'LineH' }, new go.Binding('strokeDashArray', 'strokeDashArray'), ), ); I can select a node only if I...

View Article

Parse the JSON data from API

@sree1 wrote: Is it possible to read/parse the JSON data from the API using javascript? I only need specific values from the JSON data(from API). After that, I have to use the result of JSON values in...

View Article


Image may be NSFW.
Clik here to view.

Show/Hide ports while creating link

@Shawn wrote: We are developing highly interactive canvas using GoJS. Application has number of different types of nodes that the user can place on the canvas from a pallet. Each node can have one to...

View Article


Update Diagram when model is updated

@akashjan4 wrote: I’m working on feature where I can select 3 nodes and group them together when button is clicked. Following is my dummy code - private group = (e, b) => { const node: go.Node =...

View Article

License Key not working for version downloaded from npm

@pistolShrimp wrote: Hi, We’ve been using licensed GoJS version 1.7.8 for over 2 years. Now I’ve downloaded same version 1.7.8 from npm but the license key isn’t working. Do I need a new license key ?...

View Article

Image may be NSFW.
Clik here to view.

Editing Issue with Copied and Pasted Nodes

@dustinormond wrote: I have a weird issue with copying and pasting nodes and then editing the text in the fields within the node. For example, this is a picture of a copied and pasted node: When...

View Article

Node object size changes with mouse wheel

@Lavender wrote: Scroll the mouse, expand or shrink the object nodes on the diagram. I want to make some changes to the nodes. What methods should I use in ToolManager? Do you have any examples?...

View Article


Show line on top of all other links

@rahimhaji wrote: Dear Friends, Greetings! I have a chart with nodes and subnodes, all are connecting to the center circle. each link has got different colors. When I move the mouse over each nodes, I...

View Article

Image may be NSFW.
Clik here to view.

Using Linkable Ports with Dragging and Dropping Fields

@dustinormond wrote: I have implemented the code where I can drag and drop fields from one node to another or within a node by following this: https://gojs.net/latest/samples/dragDropFields.html....

View Article


Image may be NSFW.
Clik here to view.

Link labels are hidden by Node

@Tany wrote: Hi, I’m using link labels as shown in the picture: 20190310_155619.jpg3264×1836 1.52 MB The left label is marked for segmentFraction=0.05 and the right one for 0.85. The rest link...

View Article

Treemapping :: How to remove the uniques values in the Key

@senoz wrote: In Treemapping, Am listing the tree based on the key. If the two keys are the same the tree format has changed. Could you please how to accept the keys with same name Posts: 2...

View Article


How to create group and add node dynamically in it

@akashjan4 wrote: I’m trying to group nodes who are connected and having same color property. This i’m trying to do dynamically in code export const graphData = { nodeKeyProperty: "id", nodeDataArray:...

View Article

Show hide details below a shape nor re arraging

@rahimhaji wrote: Dear friends, iam creating a chart same like below image: https://forum.nwoods.com/uploads/db3963/original/2X/9/924cfdf77f94f29ec7c73ba7243345d07de6a18e.png I want to show or hide...

View Article

Tree Mapping : : highlight attributes based on the nodeDataArray condition

@senoz wrote: Need to highlight the node based on the condition of nodeDataArray properties. if prop is true then highlight the node How to do that…? the below code is not working . ```...

View Article
Browsing all 7069 articles
Browse latest View live