Convert toIncrementalJson to GoJS object?
@estesbubba wrote: Is there a way to convert the output from toIncrementJson back into a GoJS object? I tried this but it gives me a complete model and not just an object of the changes....
View ArticleHow to bring up HTML context menu immediately upon click
@igx wrote: As demonstrated in the example http://gojs.net/latest/samples/customContextMenu.html#, the context menu is not shown immediately when there is already context menu being shown. The second...
View ArticleMore space between the parents node in Mind Map diagram
@chirag wrote: Hey there, I am trying to tackle a issue related to the aesthetics of mind map diagram. Basically, I am trying to add more space between the 2nd level parents so their child nodes are...
View ArticleAdd arrow to genogram to point to 'proband'
@running_randall wrote: I'm trying to add an arrow to point to the proband in the genorgram example:http://gojs.net/latest/samples/genogram.html. I'm having a hard time adding the template for the...
View ArticleHelp with imageStretch Binding
@cbh wrote: I am looking for a little help binding the imageStretch property. I am probably complicating things but here is what I have tried: new go.Binding("imageStretch","", function (p, o) {...
View ArticleLinks rerouting when node textblock is edited
@Brad wrote: Hi iam using Gojs for generating flowcharts. I am having a trouble with links. While editing a node's textblock the links that are connected between the nodes are shrinking .Pls see...
View ArticleDynamic Stroke Dash
@running_randall wrote: I'm trying to dynamically assign stroke dashing via data binding: myDiagram.linkTemplate = // for parent-child relationships $(go.Link, { routing: go.Link.Orthogonal,...
View ArticletoIncrementalJson points format inconsistency
@estesbubba wrote: Because our persisted data model for links is different from what GoJS wants, we have to manually update the points when there are midpoints. We do this on InitialLayoutCompleted....
View ArticleCan't move node
@julio.sampaio wrote: Hello, We have a node template that should be "fromLinkable" and "toLinkable", but when these properties are true the node won't move. Is it possible to have this node to be...
View ArticleLink rerouting on flow chart example
@shameer.sheik wrote: Hi , in reference to flow chart example http://gojs.net/latest/samples/flowchart.html , i notice that when i change the textlabel in a node the link reroutes itself , i want a...
View ArticleAbility to float a separate diagram(treeview) in a new window?
@3.141592 wrote: Hi, I'm wondering if there is any way to float a separate diagram, like a tree view or a palette in a new window. I think it can be done in a palette without too much trouble since...
View ArticleCSS Tooltip
@chabbey wrote: Hi, I am looking for a way to implement a CSS tooltip via an absolute positioned element. This is motivated that our current app as already a tooltip mechanism, and we want all tooltip...
View ArticleChanging Shape Properties in Javascript
@bkowalchuk wrote: I have some server-side logic that parses the diagram and based on logic choices, will disable certain logic branches and items on that branch. This information is available to me...
View ArticleShapes on links moved procentual by resegmenting
@markus wrote: Hello, We draw a shape on a link. This link is resegmentable. If we make a subdivision of a link, then the shape is been slipped to an offset. We think that there is an offset been set...
View ArticleDiagram nodeTemplate define mouseDown handler
@cg_fd wrote: Hey, I want to setup a mouseDown handler for nodes within a diagram. I've set up the template using the following approach: $(go.Node, 'Auto', { isActionable: true, actionDown: function...
View ArticleBinding goJS Layers to Grid via Knockout ObservableArray
@cbh wrote: Is there an example that shows how to bind an iterator to a knockout observable array?Would this work anyway with the diagram.layers iterator being read only? Posts: 3 Participants: 2 Read...
View ArticleAny locale support in gojs?
@Ricecake wrote: In some countries in Arab, we need mirror operation in gojs or display a mirror diagram layout from the normal . Does gojs supports some locale operations? Posts: 1 Participants: 1...
View ArticleHow to stop the re routing of links while dragging a node in the layered layout
@chary wrote: HiI want to stop the re routing of links while dragging a node in the layered layout Posts: 1 Participants: 1 Read full topic
View ArticleException in GoJS 1.5.22 after inline edit and undo
@Doogal wrote: Hi We are experiencing an exception being thrown in GoJS. I suspect this won't normally be seen by an end user but we capture all exceptions and log them so we are seeing it quite...
View ArticleCollapse/expand subgraph and shift neighboring nodes/groups
@3.141592 wrote: Is there a way to make it so that expanding and collapsing a subgraph only shifts its neighbors, and doesn't invalidate the entire layout for the diagram? In this picture, I don't...
View Article