GoJS version 1.5.21
@walter wrote: Changes for 1.5.21 Fixed changing Diagram.scale causing an error for some values of Diagram.contentAlignment. Improved the TextEditingTool to scroll the edited TextBlock into view, not...
View ArticleHow to draw this link?
@makubex36 wrote: How to this link Drawing?? Posts: 2 Participants: 2 Read full topic
View ArticleCan I produce a heatmap visualization?
@wleingang wrote: This might be a stretch because I haven't seen anything like this described here or on the goJS website, but would it be possible to generate a heatmap visualization with goJS?...
View ArticleWhere to override redrawing a link when one of its linked nodes is moved
@timbijnen wrote: Hi, i have 3 questions regarding links, and the relinkingtool; 1.in our application our users are able to move the points of a link so they can draw any shape of links they want. In...
View ArticlelinkValidation and port text binding
@JanU wrote: Hi, I need to create a validation that checks if out port text is the same as in port text. My ports are defined in nodeTemplate as:$(go.TextBlock, {stroke: "black", alignment:...
View ArticleGoJS version 1.5.22
@walter wrote: Oops, there was a regression in 1.5.21 that caused scale changes, including zooming by mouse-wheel, to fail. Please don't use 1.5.21 and use 1.5.22 instead. Sorry for the inconvenience....
View ArticleBUG: Error from LinkingTool.doActivate
@timbijnen wrote: Hi, I was testing something in our application and i ran into an error. So i checked if it was also present outside our application, in one of the go examples and it is. Here is a...
View ArticleNode Overlapping - Genogram Layout
@julio.sampaio wrote: Hello! Is there a way to avoid node overlapping when using the GenogramLayout class, defined here ? Here is a gif showing what is happening to the nodes. I've found this sample,...
View ArticleGoJS v1.6.0 Release?
@turnert wrote: Due to business constraints, we're unable to deliver products beta releases, but require significant changes made in v1.6.0. Are there any projections about when GoJS v1.6.0 will be a...
View ArticleMultiple marriages with children - Genogram
@rob.mobley wrote: Hi, I'm currently trying to add children to a genogram that contains multiple marriages, and I'm seeing some rendering issues. When using the following dataset, I get the output...
View ArticleGo is undefined when working with Electron
@vassilis wrote: Hi there, i have just created an electron (electron.atom.io) app for our web app which is actually nothing else than a wrapper. It's just a container that loads our app url. The...
View ArticleIs it possible to draw these links with GoJS?
@julio.sampaio wrote: Posts: 3 Participants: 3 Read full topic
View ArticleCreating custom figures
@halley wrote: Hello, How can I create custom shapes which consists of other shapes? For eg. we are trying to create the following, however the ellipse border is overlapping the text.Ellipse in...
View ArticleHow to Add Link Label Text
@ivrtech wrote: Greetings, I am trying to create a link label when the "ExternalObjectsDropped" listener is executed. I was able to create a link from a new node to another but unable to auto-generate...
View ArticleParallel links layout
@chabbey wrote: I have a graph that use go.ForceDirectedLayout() The graph looks good, but i have got some parallel links, and the label of these links overlap each other. I would find a way to add...
View ArticleText inside Textblocks get cropped
@chabbey wrote: When the text wrap inside a textblock, it gets cropped, how to avoid that ? On the screenshots , DATE_NUM_MONTH_IN_YEAR wraps and gets cropped. Screen Shot 2016-02-27 at 12.35.24...
View ArticleText cropped inside tooltip
@chabbey wrote: Sorry to get back again with the same question. I have a tooltip template defined like this var tooltipTemplate = _$(go.Panel, "Auto", { background : 'black', padding: 10},...
View ArticleTooltip template for node and links
@chabbey wrote: I am looking for a way to have the same tooltips for node and links. Does sbdy knows how to do it ? Thanks Posts: 2 Participants: 2 Read full topic
View ArticleGoJS Leaflet layer zooming
@cg_fd wrote: I'm trying to create a custom Leaflet layer that shall enable the usage of the GoJS library. I've manged most of my main problems such as: Reposition the diagram based on the layer...
View Article