How to create custom chart type or modify existing type to suit the need
@hsrashmi wrote: Hello there, I need to create a structure chart like the one attached. Org tree structure will not suite as my root node has multi-parent. I thought double tree suits the best, but...
View ArticleCreate a line with 90 degree right angle
@AB wrote: I need to have a straight line( horizontal/vertical) in my Diagram Create line that should be perfectly straight either right angle or 0 degree. I am using flooplanner app. Posts: 4...
View ArticleBar graph queries of design
@no_one345 wrote: i m trying to make bargraphs using go js using this as base https://gojs.net/latest/samples/barCharts.html dia1.PNG696x246 2.1 KB first of all how to make the node size equal to some...
View ArticleResize only height (Not Width)
@pawantarani wrote: Can we resize only one dimension of the specific shape? I don’t want to use maxSize. Is there any specific concept which I am not remembering? Please help. Posts: 2 Participants: 2...
View ArticleDynamic Tree View Sample
@Rajeshpatil74 wrote: How one can implement dynamic tree view ? My model is constructed from server data. When first time its fetched, only top level nodes are fetched with one of the property (bool)...
View ArticleGoJS version 1.8.29
@walter wrote: Fixed improper updating of Adornments of member Parts after undo or redo of ungrouping a Group. Group.move will not set Link.points to non-real values if the original Link position was...
View ArticleHow to pasted the node of port key changing
@cryingnavi wrote: I copied / pasted the node. The port of the copied node is the same as the port key of the pasted node. I want to change all the keys of the corresponding node ports to be unique....
View ArticleText should be aligned at exact position
@prameela.dara wrote: Hi Walter, Please see the below screenshot. Like how Child1, Child2 and Child3 displayed at child links, same position I need to displayed all the child texts. image.png1166x306...
View ArticleHow to pan diagram without scrollbars
@Rajeshpatil74 wrote: Is there any way to pan the diagram without scroll bars ?? When I set, allowHorizontalScroll: false, allowVerticalScroll:false, panning doesn’t work. Setting them true , panning...
View ArticleDisable the div selection when diagram is active
@Rajeshpatil74 wrote: How one can disable the (blue) border which gets displayed when the diagram div is active. (when when clicks on empty area in diagram, then the div gets highlighted with blue...
View ArticleOrGate Link is not connecting to its left edge
@mohanr.k wrote: I am using OrGate in my diagram below is the template for it. var orTemplate = goObj(go.Node, “Spot”, { background:“red” }, goObj(go.Shape, “OrGate”, { strokeWidth: 1, fill:...
View ArticlesessionStorage to store what user draws when user refresh page
@sarah wrote: Hi is it possible to use sessionStorage to store what user draws when user refresh page or move to another page so when user return to the page he finds what he has drawn? Posts: 2...
View ArticleCustom node placeholder shape
@YosuaSalim wrote: I’m customising a node in GoJS. Currently it’s a rectangular placeholder. Screen Shot 2018-09-07 at 11.57.32 AM.png1098x544 11.7 KB Is it possible to add new vertex in a node...
View ArticleOverview box scale is not correct
@Demo_Ke wrote: The overview box scale is very perfect in wpf version at our product. But in GOJS, the box scale is not correct when node is small number. In wpf: WPF.png957x484 20.9 KB In GoJs:...
View ArticleGetting node key on custom 'TextEditor.show()'
@HJOON.KIM wrote: Hello, Walter. I implemented a custom text editor. And I’d like to get the key of a node trying to edit on ‘show()’ method. The gojs passed 3 parameters ‘textBlock’, ‘diagram’ and...
View ArticleNot able to drag node in palette properly into flow diagram
@kswamy15 wrote: I am trying the data flow diagram example (https://gojs.net/latest/samples/dataFlow.html) but with a palette containing the nodes. When I drag a node into the flow diagram, it appears...
View ArticleGoJS v2.0 alpha via NPM?
@turnert wrote: Is it currently possible to access alpha/beta versions of GoJS via NPM? If not, would you consider making it possible? I’m working on a migration path for our current codebase and...
View ArticleHow to make hyperlink optional clickable
@Rajeshpatil74 wrote: I need to display hyperlink optionally depending on the URL property available in the data. For eq. Few of my nodes has valid URL and few don’t. So depending on the url property,...
View ArticleERD Diagram layout
@doyouhas wrote: Hey guys, Just discovered GoJS today. I am trying to create an interactive data model using the ERD sample. The only thing giving me trouble is that the entities are being placed in...
View ArticleStrange behaviour in using imported font
@Giosk wrote: I’m using bowtie font in GoJS, I imported the font using the font face in css as you can see here: @font-face { font-family: "Bowtie"; src: local("Bowtie"), url("./fonts/Bowtie.eot");...
View Article