GoJS version 1.8.34
@simon wrote: Fixed a bug with geometry string parsing using quadratic bezier shorthand (“T”). Fixed setting Part.category of a Part that is not in the Diagram. This simply changes the property value...
View ArticleHow to reset to default link position
@tpham wrote: So I have this diagram using go.GraphLinksModel that uses two-way binding on “points” for links so that when user changes a link’s Bezier curve, its new shape (via “points”) is...
View ArticleCan we use "sankey" type as a tree structure
@jalendra wrote: I have a requirement of tree with “sankey” style. I tried with basic example and it works till some extent. eg. after expanding and collapsing it doesn’t behave like tree. Can I get...
View ArticleArranging variable number of ports into multiple rows
@niyamat wrote: Hi Walter here I am also looking for dynamic creation of ports. I don’t have a fix numbers of ports and its data for each of node. a number of port for each node can be vary from 2 to...
View ArticleChanging node color when other node is dragged above it
@Tany wrote: Hi, I would like to implement a group creation when a node is dragged onto another node (like in android phone). As soon as the node is dragged over another node, i would like that the...
View ArticleShow node for parent in addition to grouping box for children
@ryascl wrote: How would you implement this design for a two-tier hierarchical diagram? The parent node for the vertical groups shows above, but there is also a grouping box around the children....
View ArticleGOJS watermark appears even after giving license key
@chintu538 wrote: Hello, GOJS watermark appears even after mentioning license key in Angular 4 Constructor / ngoninit. (go as any).licenseKey = “…”; Thanks. Posts: 4 Participants: 2 Read full topic
View ArticleAngular-basic example doesn't show save and load methods of the diagram
@KeerthiYeruva wrote: Hi, We are using GoJs in our project.So,I am trying to use GoJs Angular-basic example, but there is no explanation or methods to save and load the data. can you please help?...
View ArticleHow to link with table panel
@nasirshaik wrote: I was creating a lineage which contains the table, I need a link to draw on column to table panel row. Posts: 2 Participants: 2 Read full topic
View ArticleHandler TextBlock is in editable mode
@aliksander85 wrote: Hi team, Is there a way to know TextBlock is in editable mode? TextEditor has paddings so I want to move TextEditor on padding value to top. I’ve tried to set to TextEditor’s...
View ArticleRotate text of table depend on rotate table
@nmvuong wrote: Dear all, I want to rotate text of table depend on rotating table. above image, text “Line 3” is not rotated based on rotating table. Thanks, Posts: 1 Participants: 1 Read full topic
View ArticleGoJS version 1.8.35
@walter wrote: Fixed a bug with the LayoutCompleted DiagramEvent, which was not always firing when manually calling Diagram.layoutDiagram. Fixed a DraggingTool bug where dragging parts across Diagrams...
View ArticleDrag and drop seats, get data of seats for saving
@nmvuong wrote: Dear all, It’s nice to see Seating Chart However, I want to drag and drop a seat around the table and not overlap others seats or tables, able to drag to another table, get data of...
View ArticleModel.toJson returns empty diagram
@o2587149 wrote: this is my simple diagram : var diagram = $(go.Diagram, "myDiagramDiv"); diagram.add( $(go.Part, "Auto", $(go.Shape, "RoundedRectangle", { fill: "#fb0" }), $(go.TextBlock, { text: "a...
View ArticleHow to add extra hover-over area to link?
@ironwill1023 wrote: I’d like to display tooltip when user moves cursor near to link. To hover over any link, user has to move cursor on the exact vertical center position of the link. As link and...
View ArticleLinker Issue - Connect linker to the dynamically created Port
@premthomas95 wrote: I tried linking this and there is gap and it doesn’t link to the edge of the diamond…It perfectly links to the edge of the diamond if the text block below is removed. The diamond...
View Article.itemCategoryProperty How to use it in Node Templates
@SherMi wrote: How can I change the CategoryProperty when using the Template maps as seen in the sample (https://gojs.net/latest/intro/templateMaps.html#ExampleOfNodeTemplates)? I didn’t find any way...
View ArticleHow to get item object from it's child object?
@ironwill1023 wrote: I’d like to get item object from it’s child object when user click child object. For example: itemTemplate: $(go.Panel, "Auto", $(go.Shape, "Rectangle"), $(go.Panel, "Auto", {...
View ArticleHow to get the linker selected along with the label in gojs
@premthomas95 wrote: In the screenshot I selected the linker…I want the “label” to be selected along with the linker…Because when a linker is selected and if there is a label then I should change the...
View ArticleIs there any condition to check wether the linker consists of a "Textblock"...
@premthomas95 wrote: In the screen shot when I link the linker has a textblock showing “label”…Is there any way to write a function to check wether a linker consists of a textblock or not? Posts: 1...
View Article