BUG: Error from LinkingTool.doActivate
Sorry about the delay in responding, but when you edited your post I did not notice that you had responded. OK, so it isn't the (already fixed) problem that I was guessing it was. Is there any way you...
View ArticleCreating custom figures
Using spots as shown here solved my issue. go.Shape.defineFigureGenerator("EllipseInRectangle", function (shape, w, h) { var geo = new go.Geometry(); geo.add(new go.PathFigure(0, 0) .add(new...
View ArticleLayouting Subgraphs
I have already implemented added label into copychildren method. I also tried skipping true and false both for label2 in the method "computeinsidemarginskip". I also looked into layoutchildren method...
View ArticleParallel links layout
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 some spacing...
View ArticleParallel links layout
Try version 1.6: http://gojs.net/beta. By default the routing of links that do not have "from" or "to" Spots has been improved to take into account the breadth of any mid-label that is on the link.
View ArticleHow can I close Blur Effect?
What browser (maker and version) on which operating system are you using? Can you reliably reproduce the problem? What happens when you try your app on another browser? What happens if you scroll a...
View ArticleText inside Textblocks get cropped
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 PM.png1164x518 17.4 KB
View ArticleText inside Textblocks get cropped
In a quick test, I am unable to reproduce the behavior. How did you define the TextBlock? Does the behavior vary in different browsers?
View ArticleText inside Textblocks get cropped
I am using Chrome, I am using this template, which go in another template: var fieldTemplate = _$(go.Panel, "TableRow", // this Panel is a row in the containing Table { background: "transparent", //...
View ArticleText inside Textblocks get cropped
So you did want it to wrap, unlike the other TextBlock?
View ArticleText inside Textblocks get cropped
Oh.. There are 2 textblocks in my template, one does not wrap ( you do no see in on the screenshots), and the second wraps. The problem is that the seconde textbox, when it wraps, is a bit 'cut' on...
View ArticleText inside Textblocks get cropped
I see what happens, it's just that the text wraps, but the wrap-point is not 'smart'. I would like to have a way to have some nice-looking wrapping text. I mean that the wrapping should ideally occurs...
View ArticleText inside Textblocks get cropped
Ok, i found a solution by using overflowEllipsis, which is way better
View ArticleDrag&Drop from external and visual effect
Hello, I am using the GoXAM diagram hosted inside a Windows forms application. I have a tree from which the user shall be able to drag&drop into the diagram. Those objects are represented in the...
View ArticleText cropped inside tooltip
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}, _$(go.Panel, "Table", {...
View ArticleText cropped inside tooltip
Not sure about that, but i remove some values that were contradicting each other and it seems to work
View ArticleTooltip template for node and links
I am looking for a way to have the same tooltips for node and links. Does sbdy knows how to do it ? Thanks
View ArticleGoJS Leaflet layer zooming
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 translation Draw...
View Article