GoJS editor is get refreshed
@daison wrote: I have an GoJS(1.7.1) memo editor.Using this editor I can create memo which contains text, image and freehand drawing.When clicked save button, I want to save memo and clear editor. I...
View ArticleExport as GraphML
@rdheepan wrote: Is there a way to export the graph as graphML format? We want to provide an option to export the diagram as graphML so that the users can use it in other tools like YEd. Currently we...
View ArticleHow to reorganize pallete?
@tesicg wrote: I would like to reorganize pallete to look similar as following: Of course, instead of names there should be elements that look as following: The each element should be in separate...
View ArticleHow to set background of diagram with undo/redo support
@daison wrote: I have an memo editor which use GoJS diagram.In editor. there is provision to set background memo.I couldn't find any solution to set background of diagram with undo/redo support.Is it...
View ArticleSVG and databinding
@llopht wrote: Depending of my datasource I can receive two kinds of SVG data in my nodearray : A simple SVG path A real SVG file like : { key: '1', icon: 'F M30 15c0 1.6-1.3 2.8-3 2.8H2.8C1.3 17.8 0...
View ArticleAuto resizing of cells in tablelayout
@Diyajohnc wrote: Is it possible to avoid auto resizing of table layout if there is enough space. My scenario is when I resize the cell and put node then the cell get resized and shrink upto the node....
View ArticlemyDiagram.nodeTemplateMap.add
@Jane wrote: http://gojs.net/latest/samples/logicCircuit.html // add the templates created above to myDiagram and palette myDiagram.nodeTemplateMap.add("input", inputTemplate);...
View ArticleLocation of group
@Storygu wrote: I have set location of x,y in node and group. Sometime group is not located at the right location. When database was save the location's data. All data in database is corrected....
View ArticleDiagram is moving on scroll when setting toolManager.panningTool.isEnabled =...
@daison wrote: I have GoJS diagram. I need to scroll (without using scroll bar) diagram content if the content is larger than diagram size in touch device. So I set...
View Article2 Finger Event
@BATU wrote: When I was moving diagram by one finger, and don't release this finger and add another finger then diagram moving crazy. Can you ignore add second finger or shift to 2 fingers mode ?...
View ArticleAdd/Remove image on GOJS diagram with undo-redo functionality
@A.John wrote: In my application there is a GOJS diagram editor which support text, freehand drawing and image. When I add an image, the undo operation is not working(i.e image is not deleted).The...
View ArticleremoveArrayItem issues
@llopht wrote: I have a strange issue... I listen the modelChange and particulary any removing on the linkDataArray. When this event is raised, I update each port to change the data used for the fill...
View ArticleAnimation effect is missing for LayerSpacing and ColumnSpacing in Gojs...
@hkhire wrote: Hii, I was using GoJs version 1.6.7. In that whenever we change LayerSpacing and ColumnSpacing node gets smoothly changed ( animation effect ). But now I have updated my version to...
View ArticleHow to detect deselection of a Node in RadialLayout?
@shantanoo-desai wrote: Hi, I have the following nodeClicked(ev: go.InputEvent, node: go.GraphObject) for the RadialLayout. it detects if the user pressed the CTRL button to enable multiselect and if...
View ArticleHow to force user to click on the selectionObject to select the node?
@cfarmerga wrote: Hi. I have a table-based node and I want to require the user to click on the selectionObject in order for the node to become selected. I tried exploring selectable and pickable...
View ArticleHow to drag group?
@tiepna wrote: Hi,That box below making by group object and properties is node object.I cannot drag box if mouse focus to properties inside table.Is there anyway to drag this box if mouse focus at...
View ArticleCenter align picture inside a node
@panirudh wrote: In my application I have a GoJS diagram editor and I am trying to create a node and inside a node I am adding a picture. I need to center align the picture. Is there anyway I can do...
View ArticleQuarter circle
@BFENico wrote: How can i draw a quarter circle? Thx Posts: 2 Participants: 2 Read full topic
View ArticleGOJS texteditor - Apply fonts which are not installed in client machine
@A.John wrote: In my web application the NotoSansCJK JP font is correctly applied all html elements. Noto font is not installed in my machine. This font is loading from server using @font-face in css....
View ArticleIt seems the node space doesn't work for tree layout
@yangguangface wrote: For tree layout, if there are several root trees, the node space seems not work for the root. The space between the roots can't be changed. The node space only works for the...
View Article