How I can upload image file into Diagram?
@jzuar81 wrote: I want to drag and drop images from upload image files, how I could doing this regardsJuan Posts: 2 Participants: 2 Read full topic
View ArticleaddModelChangedListener is working but data not storing into database
@chinna wrote: hi, i need to do both tree and diagram in two different angular2 components.i am following the following sample http://gojs.net/latest/samples/regroupingTreeView.html. but in this...
View ArticlePath stroke disappers when mouse moving in
@ellison wrote: Path stroke disappers when mouse moving into(or over) a node. The node's path is defined by geometry string. Posts: 1 Participants: 1 Read full topic
View ArticleInvalid div id; div already has a Diagram associated with it
@vassilis wrote: I'm getting this error when I'm trying to build by diagram based on an async request. Error: EXCEPTION: Invalid div id; div already has a Diagram associated with it. On my ngOnInit...
View ArticleMy nodes link to other nodes hard!
@jay1 wrote: I used the PolylineLinkingTool sample and do some changes; myDiagram.nodeTemplate = $(go.Node, "Spot", { locationSpot: go.Spot.Center }, new go.Binding("location", "loc",...
View ArticleIs there a way to measure text?
@catface wrote: hi, if I have a string, can I measure it using goJS without rendering a TextBlock? using a hidden html element for this seems to be getting slightly different results than a rendered...
View ArticleAutomatically selecting a Node in a Group
@Gowrishankar wrote: How do I auto select group member in programming? Posts: 2 Participants: 2 Read full topic
View ArticleHigher node new link deletes current links of node
@vassilis wrote: If two nodes have already links between them and then I try to add a link to the lower node then it removes the old link and adds only a new link with the new parent node. Take a look...
View ArticleMultiple nodes one nodeDataArray Object?
@GrAfiX wrote: Hey I have a question, is there a way to have multiple node attached to a single data object? Here is a simplified example.{"key": "1","title": "Do you like the color red?", "answers":...
View ArticleSpace between items in Vertical panel using itemTemplate
@catface wrote: hi, please look at this: http://codepen.io/cAndrei/pen/kkJxAg?editors=1010 could someone explain why there is a gap between the red rectangles?and how to get rid of it? thanks,cAndrei...
View ArticlePositioning two nodes with the same date
@venkatd wrote: Hi Walter, I have another question for you. I have a situation like to handle two parallel events which started with same start and end dates for a particular resource. Can you help me...
View ArticleHow I would manual resize image into a diagram node?
@jzuar81 wrote: Hi I need resize the image added into the diagram, I can resize the panel table but the image no scale, and I need the image resize auto with the panel table or modify the size of the...
View ArticleChange cursor when hovering rotate handle adornment
@calebat wrote: Hello I am having trouble figuring out how to change the cursor when it is hovering over the rotate tool adornment from the pointer cursor to a custom one of my choosing. Can someone...
View ArticleGroup Title overlapping with group members
@Gowrishankar wrote: HI im working with group in gojs, group title is overlapping with group member so i cannot show group title here, I tried zorder it doesn't work.Here i have attached my screenshot...
View ArticleWhen you drag event B into an Event A; how to collapse Event B under neath of...
@venkatd wrote: I would like to have a following feature; when drag an event b on an event a then event b should be placed under Neath of event a on same grid cell. Is this possible in GOJS. Best...
View ArticleIs there anyway shall we dynamically maintain grid cell height when more...
@venkatd wrote: Is there anyway shall we dynamically maintain grid cell height when more events dragged on to a particular grid cell using GOJS Posts: 2 Participants: 2 Read full topic
View ArticleHow can i enlarge or narrow node
@chengwei wrote: i just wan't to enlagre or narrow view. Posts: 2 Participants: 2 Read full topic
View ArticleLink from / to spot on node
@oysteinh wrote: Is it possible to have links connected to center of a node without showing the part of the link that overlap (the link should go under the node and connect to center) ? Posts: 3...
View ArticleBPMN Subprocess size problem in BPMN Example
@Mickey wrote: Hi, I wonder why is this happening? In BPMN example if I put subprocess activity and click on expand button everything is fine. Now if I resize a little bit this activity element and...
View ArticleTrigger won't work
@jeremy wrote: Currently i'm building a workflow using templateMap added 3 templates. After i built the workflow and then i use AJAX call to our server to save that JSON file, i saved the JSON content...
View Article