OutOfMemory Exception During Paint
@jpeddy wrote: I have an application that allows users to create objects on the diagram. Often during dragging of a new object, an exception is thrown that crashes the application. It seems that the...
View ArticleRender HTML in the Tooltips
@cdaniel wrote: Is there a way to render HTML markup in the tooltips? Posts: 2 Participants: 2 Read full topic
View Article我可以修改这个key的值吗
@wenbi wrote: https://gojs.net/latest/samples/htmlInteraction.html image.png739x432 13.5 KB Posts: 3 Participants: 2 Read full topic
View Article我该怎么设置线条上文字的位置
@wenbi wrote: image.png744x456 18.7 KB image.png1137x423 23.1 KB 我要怎么设置,才能够让我的文字,显示在线条的外边 Posts: 1 Participants: 1 Read full topic
View Article我能够控制properties的内容吗
@wenbi wrote: image.png1598x930 74.7 KB 我尝试着修改这些内容,但是我发现不受我控制,有什么办法可以解决这个问题,期待你的回复 Posts: 1 Participants: 1 Read full topic
View ArticleImplement Right Click Event
@AB wrote: How to implement Right click event for Palette object present inside floorplanner app.I need to implement Right click event for furniture objects present inside floorplanner App.How can i...
View ArticleGroup collapse seems to remove member part adornment
@marin wrote: I have in my program a scenario in which I programatically add an adornment to a node that is a member part of a group. However, whenever I collapse the group, and then expand it again,...
View ArticleGoJS diagram is not binding when tried to create it using child component in...
@Vaibhav wrote: I have created a child angular component and wrote all the code for creating GoJS diagram in it but unfortunately its not binding the diagram to div and hence not creating the...
View ArticleHow to create a Link without using Models
@kgilpin wrote: All of the examples I have found use GraphLinksModel or TreeModel to create links. How does one create a link using JS? For example: diagram.add( $(go.Link, { fromNode: obj1.part,...
View ArticleButtons clip links?
@michaelchann wrote: I created a '+' button using a template, which i moved to the bottom of it's node, and it clips the link coming out of my node. usually the diagonal link would go all the way to...
View Article如何用go.js单纯的做出一个矩形
@flowerxuegao wrote: 看了官网形状那个代码,如何实现只有一个矩形 Posts: 2 Participants: 2 Read full topic
View ArticleHow to add rulers to a diagram?
@pany wrote: I would like to ask a question, how to add a ruler to the Diagram?Like this。。。 TIM截图20180328193711.png1615x52 2.07 KB Posts: 3 Participants: 2 Read full topic
View ArticleOverlapping panels
@Tany wrote: Hi,I need to implement a group template that its header overlaps/flow over the group members container.In the attached pic you can see an expanded group (its nodes are also groups) which...
View ArticleRulered Diagram
@ar66 wrote: Hello,I have changed the example a bit, so that the rulers do not overlap. Everything works as expected. From a certain zoom-in level, however, the program crashes. I've created a CodePen...
View ArticleFlipping tooltip anchor point when it extends past bounds
@cdaniel wrote: I'm looking for a way to change which corner is the anchor point for the tooltip when I hit the bound of the GraphObject. For example, if my node is drawn to the right, my tooltip runs...
View ArticleCan a shape in a panel not trigger selection?
@michaelchann wrote: Normally, if i have a shape in a panel, and I poke on it, it triggers selection in the diagram. In one instance, I have a shape that is acting as a button of sorts, and I don't...
View ArticleQuestions on Gojs Diagram - Context menu/Create different diagram with drag/drop
@pramodp wrote: showing a context menu automatically after user drops the diagram on a layout from canvas & how to customize that context menu? How to draw a different diagram from a button drag...
View ArticleHow to find the parent node?
@curiousToKnow wrote: I have a text block inside a sticky note, when user clicks on text block, he/she will be able to edit the text. I need to find a way to select the sticky note once the text block...
View Article"Marker" object flashes briefly on the screen before animating along a path
@kgilpin wrote: I'm doing animation in the style of https://gojs.net/latest/samples/pathAnimation.html This is working pretty well for me. The only issue I have is that the Markers will briefly flash...
View ArticleKeeping rulers the same size when zooming
@ar66 wrote: one more question...What would be the best approach that rulers always have the same size? It would be good if zoom only changes the scale.Kind regards Posts: 3 Participants: 2 Read full...
View Article