Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
77 views

I am writing some documentation in Pandoc Markdown, and I would like a diagram to have selectable text in both the HTML and PDF output. I made the diagram in draw.io, so I can export it as a PDF or ...
chrism99's user avatar
1 vote
0 answers
199 views

I got this python code that creates a new page in confluence through the API. Works fine. But i would also like to embed a draw.io diagram into that same page, with this script. The diagram could for ...
user9200's user avatar
1 vote
0 answers
61 views

I have the following Gradio code which embeds a diagrams.net (draw.io) instance within an iFrame. The URL ("https://bennie-haelen.github.io/diagram.mx") is a valid URL. However, when I run ...
Bennie Haelen's user avatar
0 votes
1 answer
167 views

I would like to programmatically trigger a layout operation for diagrams.net. I would like to use the horizontal flow layout that is available in the ui and as style: style="childLayout=...
Stefan's user avatar
  • 12.8k
1 vote
1 answer
94 views

I use embed mode of diagrams.net and try to post a layout action. However, the layout event does not occur in the lifecycle. => How to correctly send the layout action to initialize the layout for ...
Stefan's user avatar
  • 12.8k
1 vote
1 answer
950 views

I tried to create some example html file that demonstrates how to send xml content to embed.diagrams.net (see below example and https://www.drawio.com/doc/faq/embed-mode). I get the error Not a ...
Stefan's user avatar
  • 12.8k
1 vote
0 answers
155 views

Below is the content of a programmatically created xml file for draw.io. I defined a flow layout for a parent element (id="1"), using style="childLayout=flowLayout;flowOrientation=west;&...
Stefan's user avatar
  • 12.8k
1 vote
0 answers
80 views

I've created a template for a draw.io container which holds multiple placeholders and references those. Example: The container template holds name, gender and age placeholder fields which are editable....
faulehenne's user avatar
0 votes
0 answers
212 views

I am trying to create an svg-image which has clickable elements which will route you to the documentation for that element, like the created class-diagrams in doxygen itself. We are also using draw.io ...
NetoBF's user avatar
  • 178
2 votes
2 answers
4k views

(searched for draw.io mermaid diagram edit before posting) I'd like to create and maintain shapes with draw.io desktop (Windows) using Mermaid syntax. I followed the guide at https://www.drawio.com/...
lonstar's user avatar
  • 355
2 votes
1 answer
1k views

I am using mermaid to generate a basic UML class diagram with style and import it to draw.io. And I am trying to apply class definition styles to my classes however, I keep getting the error: Error: ...
Juan Sebastian Gonzalez Rojas's user avatar
1 vote
1 answer
616 views

In one of my projects I am using the Confluence Plugin draw.io (https://www.drawio.com/). I am quite often exporting the diagram as a PNG from my Confluence page and will send it via E-Mail to ...
Aleph0's user avatar
  • 6,104
0 votes
0 answers
472 views

I draw some custom shapes on draw.io desktop. But when I exported them to SVG(I also tried to export it to PNG or JPEG), and then open the SVG file on Google Chrome, it shows some "deleted shapes&...
J Peg's user avatar
  • 17
1 vote
1 answer
114 views

I'm encountering an issue with the Drwaw.io plugin when using the "Insert - from SQL" feature. When I import the following code: CREATE TABLE Persons ( PersonID int, LastName varchar(255), ...
robochud's user avatar
0 votes
0 answers
425 views

I am reading Ramakrishnan - Database Management Systems 3rd Edition, and they are using a version of Chen Notation to draw ER diagrams, with that said all the resources I have found do not use arrows ...
Isaac's user avatar
  • 1
0 votes
1 answer
165 views

Basically, the backend provides me with the content of drawio files (so we are talking xml mode) and I need to display this in our webix page. So far, I have tried to achieve this using an iframe, ...
Andreas P.'s user avatar
0 votes
1 answer
440 views

YouTrack Knowledge base out of the box supports embedding only of a few external sources. Content from these external sources are rendered as <iframes>. Content from all other external sources ...
knee-cola's user avatar
  • 818
2 votes
2 answers
7k 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.7k
0 votes
1 answer
645 views

All the instructions, support pages and general places I search mention this: right click on a connector and select "Add Waypoint". All support requests are maximum about how to remove ...
Lex's user avatar
  • 1
0 votes
2 answers
786 views

I am generating two tables using the sql plugin in for draw.io inside confluence. The following statement: CREATE TABLE persons ( person_id int PRIMARY KEY, country string, ); CREATE TABLE countries (...
ZetDen's user avatar
  • 167
1 vote
1 answer
1k views

In diagrams.net aka draw.io how can a shape have a fill colour that is black if the diagram is viewed with light appearance. white if the diagram is viewed with dark appearance. A shape can have the ...
sjjhsjjh's user avatar
  • 333
0 votes
2 answers
8k views

I can create the edge graph but would like to move some of the pieces around so it's not so horizontal. Mermaid... Graph TD; 1 --> 28 ; 2 --> 23 ; 3 --> 8 ; 4 --> 9 ; 5 --> 33 ; 6 -->...
Richard's user avatar
  • 27.6k
1 vote
2 answers
2k views

I am using a container in draw.io and would like to pair the container itself with an icon. The resultant shape will be added to a shared library in order to set some general standards for the look ...
allmhuran's user avatar
  • 4,509
4 votes
0 answers
310 views

There is a long list of options for arrow heads. Unfortunately, the one I need is not among them. I couldn't find a way to create one. However, there is this element for lost messages in the SysML-...
Axel Scheithauer's user avatar
0 votes
1 answer
283 views

Sorry if it isn't the best place to ask about draw.io, but I'm really stuck here. It seems to be new addition, because it was working just fine a few months ago. When I try to connect two objects, it ...
user avatar
2 votes
0 answers
287 views

In a figure in draw.io, I have arrows pointing basically everywhere. When I LaTeX-format the "label" in a "connector with 3 Labels" object, the formatted text is given a fixed ...
Kristian Mølbach Lian'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,632
0 votes
1 answer
559 views

In drawio source code, it looks like mxClient is only provided in minified format. Where can I get drawio's mxClient.js unminifiend source code? I tried to look up mxClient unminified version online ...
Abdulnaser Allabwani's user avatar
0 votes
2 answers
3k views

I want to make some basic math stuff like Sum in Diagrams.net (old Draw.io).Is it possible ? Exemple : I create a new parameter on a shape, like "Elec : T16" and make several copy on this ...
Xavier Boeur's user avatar
0 votes
0 answers
83 views

I would like to input a draw.io diagram into my RMarkdown file. However, I want the numbers in the diagram (variable1, variable2, see image) to update with respect to the variables in a code chunk. ...
Checster's user avatar
-1 votes
2 answers
2k views

I want to use draw.io in Bookstack on offline environment. I install drawio service via docker (refer https://github.com/jgraph/docker-drawio), and modify Bookstack config DRAWIO=http://[my host]/?...
user20384984's user avatar
1 vote
1 answer
2k views

This feels like it should be possible. But I've not managed to find out how just yet. To achieve this via the desktop application it's simple; Use the Arrange > Insert > Advanced > CSV ...
Michael Cropper's user avatar
4 votes
1 answer
4k views

I have created an ER diagram in draw.IO. However, my diagram is a bit of a mess and I have relational lines between tables cris-crossing each other at some places. Is there a feature in draw.io that ...
rongard's user avatar
  • 109
1 vote
1 answer
4k views

I have a text area in draw.io Some lines of text are very long. I want them to be clipped and not go outside the text area. (Don't want any text to go to a new line. Only want to clip long lines). Is ...
drmax24's user avatar
  • 11
0 votes
1 answer
2k views

I am having some issues adding methods to UML class diagram. When I click on the bottom box, the cursor is there, and I can tab in it no issue: However, once I start typing, the line immediately ...
Flyrobot27's user avatar
1 vote
1 answer
5k views

In diagram.net editor, I want to keep a background shadow for shapes as non transparent (i.e. full black/ bold color) but the default shadow is always in transparent mode. Is there any way to do so in ...
Tasmia Hassan Saika's user avatar
0 votes
2 answers
3k views

I have created a "Draw.io"-based diagram in our Confluence wiki page. When I saved the diagram, it looked too small. I tried to increase/resize the diagram using the below guide. Resize the ...
user4948798's user avatar
  • 2,158
2 votes
1 answer
6k views

I can export SVG from draw.io and import the exported SVG back to draw.io. All the drawing are there and no change. When I created SVG using my application, and import to draw.io as SVG, the result in ...
cdhit's user avatar
  • 1,474
7 votes
4 answers
4k views

I'm following this guide on editing imported svg's in draw.io but with no luck. I am not getting the style options after inserting the editableCssRules=.*; code on the svg itself. Has anyone else ...
Dannyboy's user avatar
  • 277
4 votes
2 answers
19k views

I am drawing UML with draw.io. And I want to insert a code block aside a class UML. When I write code(java/c) in a 'Text' block, it seems not tidy. Is it possible to insert a tidy code block (like ...
balamenggan's user avatar
3 votes
1 answer
3k views

Pretty recently, in the "General" section of shapes, the "connector with symbol" was added. I was able to replace the email symbol with built-in shapes by editing the "Style&...
von_court's user avatar
  • 320
0 votes
1 answer
868 views

I'm starting to work on integrating the draw.io editor into my project https://github.com/jgraph/drawio/tree/dev/src/main/webapp my objective is to change the edge (arrow) color when is connected to a ...
Rissay1998's user avatar
2 votes
1 answer
3k views

Using Draw.io's MacOS Desktop release,'Database 3' is a Software diagram option: A table representation in it looks like this: My question is, how can I add a data type to a field in a column, and ...
foamroll's user avatar
  • 813
0 votes
1 answer
1k views

I’m creating a configurable diagram using the custom link feature in Diagrams.net. When I crest a button to show cells with a certain tag and hide cells with a different tag, it hides all cells. What ...
Brian Joshua's user avatar
2 votes
1 answer
5k views

Is it possible to enter a variable of some sort in a text field in my diagram that has the current date and will auto-update to the current date whenever I edit the diagram again?
chrisxfire's user avatar
-1 votes
1 answer
191 views

I want a similar kind of functionality like it is in draw.io to select rows and columns to insert a table. Does anyone have an idea what is called or how can I achieve this?
Vishal Sagar's user avatar
3 votes
0 answers
1k views

Is it possible to change default coordinate system to be like classic Cartesian coordinate system? Basically I just need to flip Y axis direction. I didn't find such option in application settings. I ...
m.makos's user avatar
  • 85
0 votes
0 answers
2k views

I am trying to make a simple custom triangle shape in draw.io. Unfortunately, there is something very fundamental that I don't understand. The first image shows the XML I used to create the image. ...
Tony Ennis's user avatar
  • 12.4k
1 vote
1 answer
2k views

Diagrams.net, previously and still more widely known as draw.io, is a popular tool for drawing diagrams of various kinds. It stores diagrams in an XML-based format that uses the file ending .drawio. ...
Florian's user avatar
  • 5,131
0 votes
1 answer
980 views

I realized a custom viewer to display diagrams realized with diagrams.net editor. More or less my code is: <script src="http://localhost:8080/my-viewer/mxgraph/js/app.min.js type="text/...
Marco Azzalini's user avatar