Flipping shapes like rectangle,circle,triangle
@akash1 wrote: Hi,How can i implement the flipping functionality for the shapes.I made these shape using simple json data nodeDataArray = [ {fig: "Rectangle",fill:"transparent",size:"70...
View ArticlePage goes blank when we set Diagram Div Height as 100%
@mohanr.k wrote: I observed that my page is blank and diagram is not displayed when I tried to to set Diagram Div Height as 100%. I referred the solution provided in below link and div's all parent...
View ArticleChange color button background
@Ale9582 wrote: i'm little new with go js and i don't understand how, is its possible, i can change a color button background or just the shape inside it, my proble is assing to a node the color shape...
View ArticleDynamic ports for custom template
@suprith_sa wrote: Hi, i have a node for which i can i add dynamic ports as shown below. i am able to add left and right ports dynamically but not able to add the top and bottom ports in proper spot...
View ArticleText not resizing on resizing node?
@riya1 wrote: HiI am using gojsNode and text property bind with it.On resizing node i want that text should be resizable. Posts: 1 Participants: 1 Read full topic
View ArticleRestoring node location when collapsing a group
@Tany wrote: Hi,I have a group of group nodes which a are layered in a grid.As soon as i expand one of the nodes i want the other group nodes to move a side.When i close (collapse) the group i need to...
View ArticleTS compile of go gives error TS2345
@kgentes wrote: I have a working angular app that imports the go library like so: import * as go from 'gojs/release/go-debug'; Everything using the go-debug version of the library is fine and works...
View ArticleBinding value to geometryString in link template
@Tany wrote: Hi,I'm trying to bind value to geometryString in link template but it does not bind.Here is the code,Please advise. var linkDataArray = [ { from: "4", to: "1", xx: "M0 0 L1 0" }, { from:...
View ArticleAvoiding nodes when linking the ports on nodes
@Ank wrote: Hi everyone,I am linking some ports that i have on the nodes and the links are not avoiding the nodes and i have already set routing: go.Link.AvoidsNodes .So what am i doing wrong ? Here...
View ArticleDo we have any thing like toolbox having cut copy paste like in MSoft
@abhargav wrote: Do we have any example of toolbox?Question2:-Is there any property like placing toolbox at top of diagram and in left(TOP-Left-Start point) and till right most side.Node.Spot.left is...
View ArticlePrint large diagram
@bravo2 wrote: Hi Walter,I have a large tree, what is the best way to print it / save to document? image.png1643x541 22.9 KB Thanks. Posts: 1 Participants: 1 Read full topic
View ArticleValid Geometry is not working
@angular2 wrote: var a =below mentioned string of Geometryvar b= go.Geometry.stringify(go.Geometry.parse(a));then in Shape codegeometry:b, orgeometryString:bis not working.geometry:...
View ArticleAbout DragCreating -- start editing text automatically
@gecode wrote: http://gojs.net/latest/extensions/DragCreating.htmlI set the property Editable to True,Now I have a new requirement:When using the Text tool, I apply the box and it is selected, but I...
View ArticleLocking Org chart editor
@jvasanthu wrote: Hi Walter is there any way we can lock the editor (Not Move) diagram. and the diagram panel to be scrollable. when i move my mouse the diagram can't be moved on the canvas Posts: 2...
View ArticleGoJS version 1.7.11
@walter wrote: Fixed a bug in the TextEditingTool when editing TextBlocks with a non-default TextBlock.textAlign value. Fixed some Diagram construction orders not respecting screen pixel ratios. Fixed...
View ArticleResize handles are too small when zoomed out
@kannanprs wrote: Thanks for your response. I have taken any shapes or image for re-sizing shapes (reducing shape big size to very small at the maximum level). after the shape look very thin (like...
View ArticleAddNodeData
@suprith_sa wrote: Is there alternative way to add to node on diagram? instead of using addNodeData.. Posts: 2 Participants: 2 Read full topic
View ArticleDifferent kinds of links
@cyordan wrote: Hello, I am trying to create diagrams using different kinds of links. How can I define which type of link use between two types of nodes and which type between others types of nodes?...
View ArticleBinding array of text - in single line (next to each other)
@Rajeshpatil74 wrote: With GOJS tree view, I need to provide the search functionality. Whenever user types something for search, the search text appearing in various nodes needs to be highlighted....
View ArticleStroke and fill error
@suprith_sa wrote: Hi, today all of sudden i am getting error like this when i try to change the color of node using stroke and fill of that node. please help me in resolve this error. Posts: 4...
View Article