Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
51 views

I'm working on an Angular application where I'm using the @maxgraph/core library. I've written unit tests using Jest, but I'm encountering an issue where Jest cannot find the @maxgraph/core module. ...
Vivin Prasannaa's user avatar
0 votes
1 answer
53 views

I want to insert image tag to mxGraph with the help of jQuery. $(this).parent().append('<image class="rep" xlink:href="'+src+'" width="25px" height="25px" /&...
muhammad Yousaf's user avatar
0 votes
1 answer
121 views

I'm trying to clone an Vertex object in mxgraph, to edit the coordinates without changing the original Vertex, but I get the Error "Uncaught TypeError: terminal.insertEdge is not a function"...
HallPl's user avatar
  • 1
0 votes
2 answers
110 views

I have a react hook that detects a click outside the element: export const useClickOutside = ( ref: React.MutableRefObject<HTMLDivElement | null>, callback: Function, ) => { const ...
Dmitry Radostev's user avatar
0 votes
1 answer
103 views

I am carrying out a project with mxgraph and react in which I want to implement a function that allows loading a diagram saved in an xml file, but when loading the diagram the diagram is not displayed ...
SEBASTIAN ANDRES CANDIA CABEZA's user avatar
2 votes
2 answers
9k views

I'm in search of a diagram editor that supports importing intricate shapes while maintaining the page's styling. Draw.io seems promising, but if I'm not mistaken, it primarily facilitates SVG imports ...
nowox's user avatar
  • 29.8k
0 votes
0 answers
118 views

How do I properly put a live React component inside of mxgraph (drawio) shape? So far, I have managed to put a pre-rendered react component (see the picture above). This works fine, but events and ...
Nikolay's user avatar
  • 12.6k
0 votes
1 answer
81 views

createImageShape(imageData) { console.log(imageData); alert(imageData); console.log(mxgraph); console.log(mxImage); console.log(mxUtils); console.log(mxConstants); console....
user10759242's user avatar
0 votes
1 answer
210 views

I am trying to center the graph using mxGraph on the center of the graph canvas, and I am writing: mxGraphComponent comp = ...; // this is my mxGraph component comp.setCenterPage(true); But the ...
Hervé Girod's user avatar
1 vote
0 answers
61 views

if (mxCell.isEdge()) { const t = this.graph.getEdgeValidationError( mxCell, this.graph.getModel().getTerminal(mxCell, true), this.graph.getModel().getTerminal(...
omrsfylmz's user avatar
2 votes
0 answers
140 views

I am not an English native speaker so please ignore my grammar mistakes. The question is, I am drawing shapes on the div using mxgraph and javascript and then exporting it to PNG and SVG, it is ...
M.HUSSAIN's user avatar
  • 153
-2 votes
1 answer
86 views

I want to remove andarrow on edge and join the line I want to remove endarrow on edge on mxgraph. How can I do as below? orijinal is here I want to like this
celal's user avatar
  • 1
0 votes
2 answers
143 views

When I select a cell, I want to find all the connected cells under that cell. For example, when I choose the ellipse cell as in the picture, I just want to find the cells under it
Celal Poyraz's user avatar
-1 votes
1 answer
126 views

I place figures on the screen in the mxgraph editor. How can I access the names of these shapes I placed? For example, there are 2 ellipses and 1 square on the screen. When I press the button, I want ...
Celal Poyraz's user avatar
1 vote
2 answers
4k views

Mermaid allows us to draft and edit diagrams in markdown-styled code, and Draw.io (or Diagrams.net) is able to import Mermaid script, which is however treated as a standalone object after import. The ...
yhd.leung's user avatar
  • 1,640

15 30 50 per page
1
2 3 4 5
29