Remove specific property of UML class diagram panel
@mohanr.k wrote: I have a requirement to remove by clicking on the "+"/"-" button before property name in UML class diagram property panel. Currently it is a plain text. Want to know if there is a any...
View ArticleHow to make path svg like at the sample?
@taliguci1 wrote: how to make path svg string like the sample icons.natgas = "F M244.414,133.231 L180.857,133.231 178.509,156.191 250.527,192.94z\ M179.027,276.244 262.328,308.179 253.451,221.477z\...
View ArticleCreate link when click a port, but keep open until click another node port
@gusmendez99 wrote: HiI want to create a network topology, like Packet Tracer (Cisco app), but i want to rise an event: when i click a port, this create a dinamically link, and then keep this link...
View ArticleTo run an example code
@Barbara wrote: Hi guys! I have just begun with GoJs to my project class. I have decided to use TableLayout so I have my HTML's file:and then, my JavaScript's file (ej2.js) has the code that has...
View ArticleExpanding a group to an non occupied area
@Tany wrote: Hi,I'm trying to expand a group without overlapping an existing expanded group or nodes.Is there any way to expand a group to a location where there are no other nodes or group ? Is there...
View ArticlegroupSelection not working in directive with ng-click
@marin wrote: Hi, I wanted to have an angular directive which has my diagram and on click I would like to group selection, but calling groupSelection doesn't seem to work inside an angular directive...
View ArticleSubGraphExpanderButton design
@idekkers wrote: how can I change the design of the button to remove the default + sign and blue to white background and change it to something of my own? Posts: 3 Participants: 3 Read full topic
View ArticleAdd dynamic data to TextBlock using add button
@mohanr.k wrote: Hi,Implemented a panel with PanelExpanderButton,TextBlock and Add Button. Requirement is to hide PanelExpanderButton if there is no text in text block. User can add an empty string...
View ArticleHow to update Node Data to the Node in Go chart
@jvasanthu wrote: Hi Walter How to update Node Data to the Node icon. After created new node i updated the title to the node data. But it is not sync to the Node. How to sync title and name to the...
View ArticleSave UML class diagram in UML file format
@mohanr.k wrote: I have a requirement to save UML class diagram in UML file format. Please let me know if there is a way to achieve this functionality. I followed below sample to implement UML class...
View ArticleHow to change default position of tool-tip?
@sharpost wrote: The default position of tool-tip is at bottom-right of cursor (if space permits). How to change the default position to top-right of cursor ? Posts: 1 Participants: 1 Read full topic
View ArticleThe element from pallete is jumping when initially is dropped on diagram
@tesicg wrote: Hello Support, We used your sample: http://gojs.net/latest/samples/logicCircuit.html in our MVC application, but when we try to pick up and drop some element from palette for the first...
View ArticleHow to install license in Angular 4 app
@idekkers wrote: Hi We have an angular 4 app, and I ws wondering how do I install the license for the app? thanks Posts: 3 Participants: 2 Read full topic
View ArticlenodeTemplateMap in typescript
@idekkers wrote: I have an issue with adding a nodeTemplateMap in typescript: the code is : let nodeTemplateMap: any = new go.Map('string', go.Node);nodeTemplateMap.add('serviceDevice',...
View ArticleUndo Redo With Diagram.isReadOnly Property
@JP wrote: In this sample http://gojs.net/latest/samples/draggableLink.html, If any modification occurs then it will detect in this listener myDiagram.addDiagramListener("Modified", function(e) {..});...
View ArticleHow to display more than 1 diagram?
@tesicg wrote: We have MVC application and want to display more than 1 diagram. But, it seems the diagram must use "myDiagramDiv" element. When I tried to display more diagrams in "myDiagramDiv1",...
View ArticleHow to position dynamic ports added to group?
@marin wrote: Hi, I'd like to create X number of ports on group, depending on how much links are connected to nodes inside the said group. I drew inspiration from these samples:...
View ArticleLimiting textblock size to its containing group node
@srinivasdonapati wrote: We are using parallel layout, in which we have a group node which can contain many nodes, this group node has a panel which has a text-block, text-block shows description...
View ArticleHorizontal scroll in forcedDIrectedLayout
@idekkers wrote: Hi I have a strange issue with horizontal scroll:I have a very big diagram that has both a vertical and horizontal scroll.the vertical scroll works perfectly, but the horizontal one...
View ArticleGo Js (Flow Chart with Inspector)
@sivasankar_s1 wrote: Hi Team, I am facing some problem in Flow chart . while clicking node I need to show the properties in right corner same like Organisation editor .but for me input text is...
View Article