Repeat Graduated tick text after an interval
@nitin291989 wrote: How to show repeated text for graduated ticks after a certain interval? Currently, it is showing like this: 0, 30, 60, 90, 120, 150, 180..... I want to repeat the text after every...
View ArticleClick the background color of the node to change
@389689 wrote: image.png1132x690 12 KB Hope is the picture below Click after image.png1088x640 3.03 KB And can change the color of the node border when you click Thank you! Posts: 1 Participants: 1...
View ArticleDrawing Line
@nakyuz wrote: I have a question. Link takes points as a parameters. But i need to drawn to line like link. And i want to use routing. For example go.Link.Orthogonal. My question is that what is the...
View ArticleRetaining nodes
@YogeshMohan wrote: I added some nodes to already created graph then i load that graph again , my added nodes get removed .Is it possible to retain those added nodes even after clicking load button ?...
View ArticleReplace -ve labels by +ve labels and re-arrange the order for Graduated ticks
@nitin291989 wrote: How to Replace -ve labels values by +ve labels values and re-arrange the order for Graduated ticks in the following diagram: image.png812x57 4.9 KB My requirement is to replace the...
View ArticleDefault Empty State for a Diagram
@d3chapma wrote: I'm interested in showing a UI in an empty diagram that is effectively just a button for added some data to the model. Is there a recommended way to achieve this? I could just have an...
View ArticleDrop shadows on a Panel inside a Part, not the Part itself
@jude wrote: How do I add a drop shadow to just a Panel inside my Part?From the documentation, it looks like I can only add it to a Part. Posts: 2 Participants: 2 Read full topic
View ArticleDifferent link templates for horizontal segment, and vertical segment
@jude wrote: This is what my link template looks like: myDiagram.linkTemplate = $$(go.Link, {routing: go.Link.AvoidsNodes, corner: 10}, $$(go.Shape, {strokeWidth: 2, stroke: colours.light_gray}),...
View ArticleexpandTree format issue
@itsjustcarlos wrote: I'm trying to use expandTree to expand tree However, I'm getting an unexpected number error. go.GraphObject.make(go.Node, "Auto", { expandTree(2), isTreeExpanded: false, },...
View ArticleLayeredDigraphLayout changes vertical order of nodes
@marin wrote: For my group template, I use LayeredDigraphLayout. However, once the layout is applied, the nodes are vertically reversed. How can I prevent this? Posts: 4 Participants: 2 Read full topic
View ArticleCustom properties for input controls using DataInspector
@Raminaidu wrote: Hi, My requirement is to change the no.of inputs of logical circuit controls using data inspector.When a AND/OR/XOR etc., control is drag and dropped onto a diagram block and...
View ArticleShow inner usable area dimensions
@ash wrote: Hi Walter,I need to show the inner usable area in my floorplan i.e to show the inner dimensions of the floorplan by neglecting the wall thickness. Can you please help me with that ?....
View ArticleDiagram.rebuildParts() prints a lot of "Change not within a transaction"...
@jude wrote: The font on our app occasionally loads after GoJS draws the diagram. To combat this, I did the following: $(document).on("TypeKitReady", function() { //...
View ArticleDynamically change link visible property
@xyan3 wrote: Hi GoJS experts, We would like to make a link change to invisible when fromPort and toPort is close to each other. We could do that in our application by iterating over all the link and...
View ArticleHow to restrict an object /node within given area
@Ab06100 wrote: Floor Planner.png1840x951 78 KB How to restrict object dragged from palette within four line drawn as in the image? Posts: 4 Participants: 2 Read full topic
View ArticleHow to hold SHIFT key and mouse move?
@akisiel wrote: Hi! I am trying to reproduce fallowing behavoiur using Robot.js class:1) press SHIFT key2) MouseDown on an element3) MouseMove to some other location4) MouseUp As far my code is not...
View ArticleOn page load
@dannybwee wrote: Hello, is there a way to make it load faster? I have lots of data and was wondering if you could preload the nodes? Or cut the animation out completely? Thanks Posts: 2 Participants:...
View ArticleNode text outside
@YogeshMohan wrote: Hi Is there any way to show node text out side of text Block ( i have a fixed my block size to 50 and my node contain text up to 50 character) Posts: 6 Participants: 2 Read full...
View ArticlePositioning my group node,
@YogeshMohan wrote: HI I need help in positioning my group node,In the attached image i am not able to understand why my 2nd internal block is coming down , img_20171129(1).png1036x566 31.1 KB It...
View ArticleResize node to same size
@xyan3 wrote: Hi GoJS expert, We would like to resize two nodes to same size after they are linked to each other. We are currently changing the width and height directly. We saw some strange sliding...
View Article