Issues with CSS alignment with grid diagram and palette
@AmoghRaghuram wrote: There seems to be an issue when aligning HTML elements/blocks next to the diagram grid or palette. The issue persists even when display: inline-block is added on all components....
View ArticleUnexpected grid behaviour
@AmoghRaghuram wrote: Our left panel which contains the palette can be expanded and collapsed. Initially, when the palette is expanded, this is how the grid looks. fullGrid.png1365×731 64 KB Once the...
View ArticleLinks are not properly connected
@colby wrote: Links are not properly connected when loading components. But if we move components by mouse we see links are connected properly. Posts: 1 Participants: 1 Read full topic
View ArticleUndo doesn't sync bindings
@zhi wrote: Stetps to reproduce the problem: move an object. press ctrl-z to undo the moving operation. the location binding is still the position after moving, not restoring to the one after undo. Is...
View ArticleHow to get group details after group create?
@colby wrote: How to get group details after group create using myDiagram.commandHandler.groupSelection()? After calling myDiagram.commandHandler.groupSelection() we want to get group details. We also...
View ArticleBpmn in angular node template map issue
@no_one345 wrote: i m using angular 7 to create the bpmn diagrams in go js i have an issue in adding templates to map Screenshot from 2019-05-28 14-26-54.png840×441 67.2 KB it says it expects only one...
View ArticleHow to give size to adornment and can give custom shape to it
@Abhishek wrote: Can we use custom Shape or SVG as adornment like we import icons in Icon example. Also for simple Adornments can we give it dimensions like radius or width. Posts: 9 Participants: 2...
View ArticleThe diagram.findObjectsIn function is slow in IE
@yscho wrote: it is necessary to call the findObjectsIn function repeatedly. when calling diagram.findObjectsIn 300 times it is fast in Chrome, but very slow in IE. Does anyone know how to improve...
View ArticleUnable to import SVG icon to Diagram
@Abhishek wrote: Hi saw icons.html example and loaded my own custom SVG path into the icons but the library was unable to show that svg in the view. Please find below the SVG path. M 375.62,11.36C...
View ArticleVariable height in a table
@AmoghRaghuram wrote: I am trying to vary the height of the shape of a row in a table. (go.Panel, 'Vertical', { row: 2, column: 1, name: 'BODY', stretch: go.GraphObject.Fill, visible: true, margin:...
View ArticleHow can I stop linkage between two icons
@Nitin304 wrote: Can you please help in finding, if I can stop the linking through the connection points? The arrow should not appear if I click on the the connection port. Posts: 2 Participants: 2...
View ArticleStyle on top of an icon
@Nitin304 wrote: Hi Team, We are exploring an option in goJS where on JS control we can apply custom style or may be an SVG over the top of an Icon. e.g. Suppose there is a icon(for Sun) for which I...
View ArticleDWG Import and Export
@Nitin304 wrote: Hi Team, Do we have an option to produce a DWG file after the changes are done on the GoJS canvas, like the way we do it for SVG or PNG? We want the layers to stay intact. Posts: 4...
View ArticleError converting treemapper to angular
@no_one345 wrote: i m trying to convert tree mapper to angular i came across a problem that in angular i get an error on treenode which is a function that returns nothing same error is on mapping link...
View ArticleHow to get length of a link?
@colby wrote: How to get length of a link? Our code var diagram_data = myDiagram.model.toJson(); diagram_data = JSON.parse(diagram_data ); var linkdataarr = diagram_data .linkDataArray; We want fetch...
View ArticleExport json data of selected objects
@ironwill1023 wrote: Hello! I’d like to export json data of selected parts only. How can I do this? Model.toJson() exports whole diagram. But I’d like to export only selected parts. Best Posts: 2...
View ArticleMultiple canvases in multiple tabs
@AmoghRaghuram wrote: fullGrid.png1365×731 64 KB Our project involves dynamic tabs. As and when we add a new tab, a fresh canvas is also supposed to be added. Each canvas is independent of each other....
View ArticleGoJS Org Chart Editor - Cache issue
@chintu538 wrote: Hi Walter, image.png593×584 16 KB Cache issue - how to refresh the diagram with the updated data. I changed the ‘Date of birth’ in other place of the application/data base. As seen...
View ArticleArrowhead to input port proximity event
@AmoghRaghuram wrote: We would like to highlight the arrowhead and the inner lining of the input port when the link is in proximity of the node. Is it possible to do that? This will be the structure...
View ArticleLinks rearranged in a group
@zhi wrote: I have set up twoway binding for points in link. However, when the diagram is shown, the links in a group are rearranged. Is there any properties set by mistake? Posts: 2 Participants: 2...
View Article