How to restrict dragging a node above view-port bounds
@panirudh wrote: I want to restrict dragging a node above the view-port bounds of diagram. Exactly left and top should not be dragged, the node should remain inside the view-port. For right and bottom...
View ArticleHow to save a graph draw
@Narey35 wrote: I would like to save the drawing graph, so that when the page is refreshed, the graph does not disappear .I want also add a zoom effect on the neouds and add a hint to the link number....
View ArticleNode moving above viewport bounds
@panirudh wrote: I have a diagram, which has several nodes. When I move a node above the viewport bounds I want to enable verticalscroll. I have written viewportboundsChange event to trigger when...
View ArticleFreehand drawing is shifting when mouseup
@daison wrote: Freehand Drawing is shifting a little bit(1 or 2 px) when mouseup.How can i avoid this shift? Posts: 1 Participants: 1 Read full topic
View ArticleButton to zoom diagram
@Narey35 wrote: Okay I would see the examples of backups, I would like to add a button for example allowing me to zoom and zoom the graph if necessary. For indexes, my links are numberedI would like...
View ArticleLog the transactions
@panirudh wrote: Is there anyway I can log and see the transactions associated with a diagram. I want to see the log of the transactions happened so that I can deal with the undo class. Posts: 2...
View ArticleInspector's hidden
@Jane wrote: http://gojs.net/latest/extensions/DataInspector.htmlWhen I don't select any Node, I want the inspector has been hidden or removed , instead of the parameterized inspector as shown in the...
View ArticleTransparent Property to Shapes
@Rajeshpatil74 wrote: Is there any property to set Transparency level for shapes between range of 0 - 100 ? Setting Fill = "transparent" makes the complete shape/node transparent. Posts: 1...
View ArticleShape max size relative to another shape
@Nerkalipsu wrote: Hi all. I have two rectangles (with text blocks) as seen below, however I would like to have the size of the orange rectangle grow with the text to a maximum width of half of the...
View ArticleGoJS version 1.7.18
@walter wrote: Improved multi-finger touch handling while doing single-finger operations, like dragging and panning. Fixed a bug where collapsing a Group in a LayeredDigraphLayout could cause...
View ArticleGoJS table layout clarifications
@sreejit.p wrote: Hi team, I have seen your sample of Table layout as shown below: scenarios: 1) I can increase the column width easily as shown below. 2) I can move nodes within cells as shown below....
View ArticleCompound Line Type in GOJS
@Rajeshpatil74 wrote: How one can achieve the compound line Type like in power point with GOJS ? Posts: 2 Participants: 2 Read full topic
View ArticleAnimation while table-layout cells resize
@panirudh wrote: I have a table layout with many cells, when I drop a node in it the cells resize with a animation affect it seems to be a doubles crossing kind off. I don't want that to be happened....
View ArticleCustom node properties
@MaggieFanqi wrote: When you click on the node, the properties of the pop-up node.How do define the other attributes of a node Posts: 2 Participants: 2 Read full topic
View ArticleTable cell width issue
@panirudh wrote: I am using table-layout for my matrix, in this the outer border width is 1px and the inner cells border is 2px. Is there anything I can do to maintain uniform border? Posts: 4...
View ArticleUsing [Tree View JS] Dynamicaly
@rggdev1 wrote: For the [Tree View JS], can I get the values selected to generate a Query with these? Can I dynamically generate the contents of the Model (model.nodeDataArray), for example through a...
View ArticlePanning diagram with right click
@Kakit wrote: Hi, Just wondering if there is way to pan the diagram with right click down? I have a working version with left click mouse down, but for some reason, we want to use right click to drag...
View ArticleChange node highlight shape
@sauravsingh wrote: how to change node highlight shape while creating link between two nodes.As in the image we can see the node is circular but the highlight shape is rectangle . I want to change...
View ArticleMinimum length in links?
@Nerkalipsu wrote: Hi, I'm having a link that has some properties displayed on it, but I would like to guarantee that the link has a minimum length so its contents can be readable. Is there any way of...
View ArticleThere are two Error
@Jane wrote: Error:Code: var ATemplate = g_(go.Group, "Auto", { resizable: true, resizeObjectName: "SHAPE", rotatable: true, locationSpot: go.Spot.Center, locationObjectName: "SHAPE",...
View Article