TextEditor 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: 1 Participants: 1 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: 1 Participants: 1 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 ArticleGOJS watermark appears even after mentioning license key
@riddhu wrote: Hi,I am using licenseKey in my URL - http://ServerName/PageName.jsf/go.licenseKey="" and have mentioned go.licensekey in init() as well, first line and still the watermark appears. NOTE...
View ArticleAdding data into model with some conditions
@ng wrote: When i drag and drop from palette the data in the diagram model's nodedataarray added automatically . I want to add data into diagram model with some condition using a function . how would...
View ArticleAvoid nodes within a group
@rvdheij wrote: I am trying to make a nested diagram with groups and ports. I started with ports on the edge that can connect to objects outside the group and within. This mostly works, except that...
View ArticleForced directed layout - way to big
@idekkers wrote: HiWhile using ForcedDirectedLayout, I have an issue that most of the diagrams look OK , but in some of them the links are so long that I have to scroll or zoom out for quite a few...
View ArticleHow to use addAdornment?
@marin wrote: I've tried to use the addAdornment function to programatically add an adornment to a node. This is the adornment template: $(go.Adornment, 'Auto', { layerName: "Background", selectable:...
View ArticleHide Context Menu when we click outside diagram
@panirudh wrote: I have a diagram and it has a context menu, I want the context menu to be hidden when we click the html components outside the diagram. Is there any way to achieve this? Posts: 1...
View Article