GoJS Aurelia Sample
@turnert wrote: I've created a sample project that demonstrates how one could use GoJS and Aurelia together, leveraging the power of both systems. Do with it what you will. Thanks. Posts: 2...
View ArticleHow can I insert "img" to json format
@danny wrote: Hi, I have problem when I want to insert "img" tag into "Diagram Model saved in JSON format".Use http://gojs.net/latest/samples/pageflow.html for example:The original example look like...
View ArticleLanes over lapping each other
@Gowrishankar wrote: Hi Folks - I did some modification in gojs swimlane (i.e) i need to put swimlane name in top of the lanes - But, when i add second swimlane its overlapping the first swimlane...
View ArticleNode and Group are not align together
@Tany wrote: Hi,I'm trying to align a node and a group side by side, namely to have the same Y coordinate, set to zero.On both, node and group templates, i use the bind to location and i set the loc...
View ArticlePerformance in Firefox 45.6.0
@mohsamini wrote: Hello,I’m trying to test GoJS samples.I found out that it's very slowly in Firefox!? (specially in http://gojs.net/latest/samples/updateDemo.html)Could you give me some details? Best...
View ArticleIs there a way to find the sibling of a node programmatically?
@sheraz104 wrote: The issue I'm facing is that when a node is deleted, the diagram stays still and if we delete all the nodes in viewport then the nodes outside the viewport remains hidden. Currently...
View ArticleLeft and right trim in the label text of link
@yscho wrote: I want to be displayed a space character on the left and right of label text on link.In other words, I do not want to left and right trim in label text on link.what's the best way?...
View ArticleGoJS version 1.7.4
@walter wrote: Changes for 1.7.4 Added the Sector Reshaping sample, demonstrating a custom Tool that supports interactively changing the angle and breadth (sweep) and depth (radius) of a pie-shaped...
View ArticleUndo/redo functionalities not working in GoJS 1.7.1?
@sheraz104 wrote: undo/redo was working fine in GoJS 1.6.7 but when I upgraded to 1.7.1, this error was shown in the console. undo error: TypeError: Cannot read property 'key' of null Thanks Posts: 6...
View ArticleStrange behaviour with adjusting set to go.Link.End
@Doogal wrote: We have started to set adjusting to go.Link.End on our links to help eliminate unnecessary rerouting. With this one line change, our diagram now looks like this The links have no...
View ArticleGoJS-server communication - the most efficient way?
@sheraz104 wrote: Well, our current approach towards this is pretty trivial. What we are actually doing is we post full "nodeDataArray" of our tree layout diagram whenever there is any change (e.g....
View ArticleSVG download like minimal blob
@cbh wrote: Thanks for getting the minimal blob example working. I am using it to export pngs. I tried setting the type to: type: "image/svg+xml" but this just returns a png. Any ideas how I can...
View ArticleResizing problem
@riya1 wrote: HiWhen I am resizing my node then one group is automatically invisible .What may be the reason ?? Posts: 3 Participants: 2 Read full topic
View ArticleOn deleting Node Canvas Data is not visible
@riya1 wrote: HiWhen I am deleting a node from one canvas then other canvas data is not visible.But it is present in nodedata Array.Please give solution fast. Posts: 4 Participants: 2 Read full topic
View ArticleTextBlock properties are not working
@pistolShrimp wrote: Hi, I am using a textblock in an "Auto" panel by specifying specific properties to that textBlock. Most of these properties are not working. Below is the textBlock I defined...
View ArticleStrange behviour in flowgrammer Example
@tejbir wrote: Hi, I found strange a behavior in flowgrammer example. Let me show you in below steps:- 1) I want to add a action3 on the link between Decision box and action2. 2) After adding action3...
View ArticleHelp with Panel layouts, border-left
@tr3online wrote: Hi there, I'm newish to Go.JS and have got some graphs working quite well. I've been struggling a bit with trying to make them look a bit better. For example I'm attempting to make a...
View ArticlePorts and arrows on shape
@Ashishsharma wrote: I am evaluating GoJS for one of my project, so I create shape and show port on it to connect the shapes. so what happening now is when I tried to crate link it connect from port...
View ArticleNodes in group should be same size
@Ashishsharma wrote: I have one group and I have several nodes in that group which are loaded dynamically of different size and I want that each node in group have same size which should have largest...
View ArticleMove link label along the link line
@chzh.austin wrote: I am following this http://gojs.net/latest/extensions/LinkLabelDragging.html to enable draggable label. It works great. I would like to do more -- make label only move along the...
View Article