How to integrate GoJS in native app - Android and iOS?
@yhel wrote: We're going to develop an app something similar on the link below but we don't know how to integrate the GoJS library in our app. Thank you in advance....
View ArticleData Inspector on grouped shapes
@akash1 wrote: Hi walter,I am using data inspector to show and edit properties of shapes in diagram.when I select the single nodes data inspector works fine but in case of grouped shapes i want that...
View Articlediagram.nodeDataArray is not updating
@pratap wrote: I am trying this// variable nodeData is node Array ordered node i.e nodes are sorted on basis on its location myDiagram.startTransaction("modify nodeDataArray");...
View ArticleHow to make lines connecting reshaping handles to link endpoints?
@david0 wrote: Hi, I'm using reshapable bezier curved links, as in the example here: http://gojs.net/latest/samples/stateChart.html When a link is selected, I'd also like to show straight lines...
View ArticleHow to save SVG diagram?
@g.bartoli wrote: Hi,I'm trying to export my diagram to SVG format after clicking on a button. Following your example, I execute the following code in the onclick button callback: var newWindow =...
View ArticleCan I copy paste Selected Objects from One Diagram across another Diagram?
@chinna wrote: Hi, I have two Diagrams. one diagram contains some diagram objects.so, i need to copy paste same diagram into another Diagram. Is it possible or not?. i am able to copy paste within one...
View ArticleCreating a new group on HTML button click
@jerry.exe wrote: Hi, I am a noob here. I am trying to add a new group without any nodes inside. but so far no success. Kindly guide me to the right direction.what I actually want to do is that...I...
View ArticleModelChangedListener behavior
@Mickey wrote: I add ModelChangedListener to diagram to watch for some property change and regarding that took some actions. I'm a little bit confused that change of text property of node causes...
View ArticleNode spawn point
@EvilProfesseur wrote: I'm setting up a graph that adds or removes some additional nodes based on what is currently selected (if it was available all at once it would be completely unreadable)....
View ArticleIs there something like "AvoidsLinks"
@klenium wrote: I don't know this library well yet, so I wonder, does it has a feature similar like the Link.AvoidsNodes option, but for links? The links could cross, but shouldn't go above each...
View ArticleAlign separate trees next to each other, each starts from first row
@Karagoth wrote: I used LayeredDigraphLayout to build something like that http://i.imgur.com/wWMSf3s.pngAnd i want it to look like that http://i.imgur.com/uHxFGmI.png As you can see on first...
View ArticleAdd image as border background for panel or shape
@jalendra wrote: I want to add an image as border of the panel/shape. Is it possible? Something like the right side stacked border. Also I want to add an image at the actual branch, mean to say at the...
View ArticleLinkDrawn event
@Mickey wrote: I don't know is this bug but I want to check with you. If you look at next code you will see my workaround to get what I need. BPMN.diagram.addDiagramListener("LinkDrawn", function (e)...
View ArticleHow to export svg as a image in Gojs
@Richard wrote: I am using diagram.MakeSvg () it will create the inline svg image but i need to save like in file.svg, without converting the base64 in the Client side because while converting the...
View ArticleNode button action -Flickering
@maligan wrote: I am using IVR tree to show nodes hierarchy with action button inside each and every node . When i have more # of nodes (let say more than 10 nodes , which occupy whole screen )Some...
View ArticleCentering textblocks in panels
@EvilProfesseur wrote: I'm trying to show some additional information on nodes, the count and type of children in subtree to be precise. It works more or less okay: The problem is the textblocks are...
View ArticleUsing typescript for node template
@maciekm wrote: Hi, I'm new to go.js and I'm trying to use it with typescript. I have a problem when I'm trying to create a class extending go.Node and use it as a node template. I'm doing this: class...
View ArticleSelection adornment on a svg shape
@chzh.austin wrote: Hi GoJS team, I have a shape as SVG and want to apply a selection adornment on the outline. I am currently only able to have a rectangle selection outline but not exactly match the...
View ArticleProblem with TreeExpanderButton's visibility
@Yamasan wrote: Hello,I need help.I want to hide the TreeExpanderButton by setting its property "visible:false".But it doesn't work.Seems like the TreeExpanderButton is always visible when node has...
View ArticleGOJS supports integration with 3rd party trending using java script events
@venkatd wrote: Hi Walter, I would like to know whether GOJS software supports 3rd party d3.js trending with java script events. Please help me out here. Best RegardsVenkat Posts: 1 Participants: 1...
View Article