GoJS version 1.6.19
@walter wrote: Changes for 1.6.19 Shapes with a custom Geometry no longer lose their custom geometry when GraphObject.desiredSize is set to NaN. Shapes also rebuild custom geometries more accurately...
View ArticleGoJS version 1.6.20
@walter wrote: Changes for 1.6.20 Fixed a measuring issue with GraphObject.desiredSize when the old size matches the new size. Fixed an animation issue with Group subgraph collapsing, when the member...
View ArticleChanging locationSpot shifts the node
@calebat wrote: Hi- We have an option for the user to change the locationspot so that he or she can change the snap point on a node. Our problem is that when this is changed, the node shifts so that...
View ArticleNew Bezier curves issue with no fromSpot/toSpot
@jsobell wrote: If you take the selectionAdornment sample, remove the fromSpot/toSpot and use Bezier curves for the links, the initial two curvature pivot points on the Bezier curve are sometimes set...
View ArticlemakeImage does not render images in nodes
@abhijith wrote: I am trying to export the canvas to a png image.From the docs , I found out we have to use makeImage() function.It is not rendering the images present in the nodes of the diagram....
View ArticleBlack Screen on Firefox
@einav wrote: Hi, I have a strange use case and outcome : on firefox+ win 10 + 125% screen resolution -> I get a black screen when opening my app that contains GoJS. Are you aware of this problem?...
View ArticleBPMN Subprocess expand problem in BPMN Example
@Mickey wrote: I've run into new issue with subprocess element when it has boundary event element. When I expand subprocess that has boundary event in it then it disappears from diagram. Only default...
View ArticleBinding on position property for go.Link does not working as expected
@esimmons wrote: Good day folks. First just want to say many thanks for all the great support we have been getting. We seem to be running into an issue. We are creating a binding on the position new...
View ArticlePlacing ports on the border of Shape(cloud,ellipse)
@abhijith wrote: I want to place a few ports on the border of Nodes containing shapes such as cloud, ellipse etc.Is this possible? Here is an rough sketch depicting what i want. The rects on the...
View ArticleOrg Chart Editor - Data import
@simonxsimon wrote: Hi. I want to change Org Chart Editor so it would read from JSON file into textarea that is now there. I would also like to save to that JSON file when i click the Save button. I...
View ArticleAdding links of different templates dynamically
@abhijith wrote: My diagram lets the user to draw different types of links dynamically. Here is my code : myDiagram.addDiagramListener("LinkDrawn", function(e) { var link = e.subject; var popUpList =...
View ArticleShapes and Links
@chinenyem wrote: Is it possible to add a shape to a link. For example click link and add a shape. add several shapes to that link. Is it possible or not? Also is there an example to do this. I am...
View ArticleWhen triggered by click event add graphobejct to a link
@chinenyem wrote: Is it possible to add an graphobject to a link when it is clicked on? if so is there and example? Posts: 3 Participants: 2 Read full topic
View ArticleTextblock doesn't bind text property
@MJ wrote: I want to change text on node automatically. So I tried below , this.myDiagram.nodeTemplateMap.add("Param", $(go.Node, "Auto", $(go.Shape, "Rectangle", { fill: "#f68f3a", width:120, height:...
View ArticleHow to enable text block to overflow out of a Node
@vishal_prabhu81 wrote: Hi, I have a textblock in a node and when the user enters a large text I want the text to overflow out of the node rather than expand the node itself. I have this sample source...
View ArticleHow to use flowchart in angular js app, Is there any warpper for angular js?
@sunitadha wrote: How to use flowchart in angular js app, Is there any wrapper for flowchart to use in angular js app? Posts: 5 Participants: 2 Read full topic
View ArticleBind user defined color on Highlight
@vishal_prabhu81 wrote: Hi, I am currently looking at the sample #4 in the dataBinding page of GoJshttp://gojs.net/latest/intro/dataBinding.html Here on highlight, Color is set to pink and when...
View ArticleGoJS minScale maxScale on go.Diagram Any Limit
@esimmons wrote: Is there a limit on the minScale or maxScale properties. The documentation talks about the default values, but just wanted to see if there were any limits. Posts: 2 Participants: 2...
View ArticleitemTemplate PanelExpanderButton and binding
@mcmyst wrote: Hi, I am trying GoJS to see if it can be usefull in a project. I can't find a way to dynamicaly generate the "text" property of a "PanelExpanderButton" so that it will be linked to a...
View ArticleImage shrinks on Change of Orientation
@vishal_prabhu81 wrote: HI, I am running into a this weird issue and I am unable to pin point the root cause. I have a node which has a picture and a textblock surrounded with ports. Similar to what...
View Article