How to enlarge GoJS diagram
@daison wrote: I have an GoJS editor. Using this editor I can create memos which contains text, image and freehand drawing.The size of my editor canvas is 250px * 250px.A screen shot of my editor is...
View ArticleNeed to disable Scroll in diagram enable when reaches bottom
@sreejit.p wrote: I need to disable Vertical scroll bar in the beginning and need to enable only when text overflows graph. Please help me with suggestions. For disable I used...
View ArticlePaper size preview in diagram grid
@ChristopheD31 wrote: Hi, I would like to add a page format print preview in the grid of my diagram, like in excel when you check the "print" checkbox in Page Layout -> sheet options ->...
View ArticleHow to Better Avoid Nodes in Group
@jpro wrote: image.png1176x1472 131 KB hey walter, any idea how to make this look better? link properties are:curve: go.Link.Bezier,fromEndSegmentLength: 30,toEndSegmentLength: 30 adding...
View ArticleLink lines need to show below the node
@sreejit.p wrote: Hi Team, I need to place all my link below the nodes. Scenario shown below For achieving it, I have put my link property to the background { layerName: "Background" }. The issue in...
View ArticleChanging Parent for Graph Links Model
@rdheepan wrote: Is there a way to change the parent of a node with GraphLinksModel? We have searched and found that there is one method setParentKeyForNodeData for TreeModel but there is nothing...
View ArticleTextEditor inside diagram
@sreejit.p wrote: Hi team. I need to insert a textblock inside my graph with the following scenarios. 1) Textblock must be put inside diagram.2) when text block exphands all items in the diagram must...
View ArticleEnable textarea when loading browser
@sreejit.p wrote: I need to enable my textarea in diagram once browser gets loaded. Please let me know how to achieve this. Posts: 1 Participants: 1 Read full topic
View ArticleNot able to parse model data back using binding
@anupamsinghbisht wrote: Hi I have defined binding in node temoplate as : new go.Binding("height", "height", function(x) { rerturn parseInt(x); }).makeTwoWay(), I am passign height as string eg. {...
View ArticlePanning is not working
@daison wrote: 583- ok My diagram definition is given below. Panning is not working. Anything wrong in my diagram definition? var diagram = GO(go.Diagram, "mydiagram", { "commandHandler.zoomFactor":...
View ArticleHow to limit the freehand drawing inside diagram area
@daison wrote: When freehand drawing goes out of diagram area, drawing happens but scroll bar appears .I don't want scroll bar.I want to limit the drawing inside diagram area.Is it possible ? Posts: 4...
View ArticleDiagram's canvas size is very small
@daison wrote: My diagram is placed inside an expander .When the expander, expands the size of the canvas (inside diagram) is very small(width=1, height=1) and it is placed at top left...
View ArticleDiagram is loading only when a event occurs
@sreejit.p wrote: Hi Team, I have created a diagram and fill all nodes from db data. All data fills correctly. But diagram didn't get refresh. Diagram sets all data correctly only when some Window...
View ArticleQuestion about the possibilities of using the database
@Narey35 wrote: Can we use Nosql database to create graphs with Gojs . If so what can we use json formats . Posts: 2 Participants: 2 Read full topic
View ArticleThe SVG node templates in palette don't look so clear
@tesicg wrote: Hello, We've noticed that SVG node templates in our palette don't look so clear. They look kind a blurrish, sometimes some node's edges are grey not black, etc. Please, take a look at...
View ArticleHow to refactor GoJS code?
@tesicg wrote: We're trying to refactor GoJS code by break it to separate files in this way: 1) Main functionality (we apply module pattern): var SchemaEditor = (function() { /* Private members */ var...
View ArticleGoJS in Laravel 5.4
@Barbara wrote: Hi guys!!I would like to ask for gojs in laravel 5.4, does anyone know how I can link database data with a kanban board? Thank you, so so much!! Posts: 2 Participants: 2 Read full topic
View ArticleMix of ForceDirectedLayout and CircularLayout
@BFENico wrote: Hi,i use now the ForceDirectedLayout. But the end of the nodes must be like a CircularLayout (see the images) The node S1 - S4 should be above the central node. And the order is...
View ArticleAdding background adornment or highlighter?
@marin wrote: I have a diagram in which an arbitrary number of nodes needs to be highlighted. However, I would like to have something similar to the highlighter used in this example...
View ArticleLinks to nodes in collapsed groups rendering improperly
@jpro wrote: I'm using groups to contain multiple similar nodes. There are links from external nodes to the nodes inside the group. When the group is expanded this is rendered correctly as shown:...
View Article