mxgraph Questions

2

Hi i'm looking for drag step for each drag item, let say 200px below image is demonstrating it: i have searched a lot but did not find any solution related to that. Question: The imaginary dra...
Douty asked 2/6, 2019 at 5:27

3

Solved

I created a shape in draw.io and exported it to get its XML file, which looks like this: <mxlibrary>[{"xml":"vZTNcoIwEMefJnckXjxarF7aXvoEKawk05Blwirap+8SooLa0XbaZoaZ7H8/sssPImRW7VZe1foZC7BCP...
Maggard asked 19/12, 2019 at 19:45

1

Solved

I have to read and modify some diagrams created with draw.io (now diagrams.net). They looks like: <mxfile pages="1" version="11.1.5"><diagram id="aC-2Vsr7-bsXYD2UC...
Sidra asked 16/12, 2021 at 15:39

5

Solved

I am working on Angular 4 and I want to integrate mxGraph in my project. I have googled for it but I am not getting the full working example. I have tried following way, but it also not working fo...
Malvia asked 19/4, 2018 at 13:45

1

Solved

Hi i'm facing a problem with respect to edge validation Note: any approach is most welcomed but should solve the problem below is my requirement source can have any following Action_* like this ...
Moorfowl asked 3/7, 2021 at 10:41

1

Solved

I'm able to decode graph xml model successfully but the cell is not visible until the drag below GIF shows my problem Question: I want to load the graph fully for the 1st(now showing only div) tim...
Lungwort asked 18/6, 2021 at 10:24

2

Solved

I would like to highlight a sequence of cells in a draw.io diagram in chromeless mode. The objective is to illustrate a path which includes vertices and edges: Using the helper class mxCellHighlig...
Orvieto asked 17/12, 2020 at 10:57

3

It's a React project and I am trying to convert XML to MxGraph. PFB :- the code that I have import React, { Component } from 'react' import ReactDOM from 'react-dom' import { mxGraph, mxRubberb...
Asare asked 1/6, 2019 at 16:38

2

I am working on a project that uses mxGraph where I am required to export a high resolution output in PDF for a service process diagram. I've tried recreating the graph using JGraphX, the Java Swin...
Warring asked 8/11, 2013 at 20:0

2

There is swimlane example in mxgraph but it is not automatic. So I took the graphlayout example as a basis instead and made few changes: Always use mxSwimlaneLayout Took swimlane cell style from ...
Robin asked 2/6, 2017 at 13:32

1

Solved

I am trying to create a line connection on click an image icon, I have tried the same using the wires.html example. But it is not working. I am using react with mxGraph. How to implement this. Is t...
Delphadelphi asked 23/9, 2019 at 5:20

1

Solved

I'm trying to render draw.io saved (SaveAs->Device) .xml diagrams. Saved diagram using as input example: <mxGraphModel dx="1426" dy="720" grid="1" gridSize="10" guides="1" tooltips="1" connec...
Lindblad asked 14/4, 2018 at 7:47

1

Solved

Hi i'm facing problem with validation for un-connected edges to cells in mxgraph below image will show you my expectation: Question: whenever i press validate button un-connected edges and cell...
Defiance asked 1/6, 2019 at 9:14

1

Solved

I'm trying to get simplified relationship between connected mxgraph Question: I'm trying to get the simplified relationship, once the graph is drawn. i'm trying to get relationship between connec...
Giro asked 7/5, 2019 at 17:53

1

I am trying to turn off Formatted Text for every cell in my graphs programmatically so I can avoid the Not supported by viewer in an mxgraph editor (similar to Draw.io) Here is my attempt: graph....
Solatium asked 18/1, 2019 at 9:50

2

I am trying to convert XML to SVG using Java, but it looks like the shapes information is getting lost in the process. Given a simple draw.io graph: After running XmlToSvg.java I get: I save...
Intine asked 25/5, 2017 at 11:39

1

Solved

I have a set of JSON format data which needs to be converted into a mxGraph diagram. here's how it should look like: This is the structure of my JSON data [ { name: 'Globals', parentObject...
Ataractic asked 26/9, 2017 at 11:7

1

I'm looking for a way to render a graph in HTML, solely using mxGraph Javascript, without the use of an SVG canvas. The user manual says: mxGraph also includes the feature to render entirely us...
Furnivall asked 9/5, 2016 at 12:42

1

I am trying to programmatically read in an XML file generated by draw.io, an online flowchart/diagram creation service. Draw.io is built using mxGraph at its core, which has recently been externall...
Tub asked 8/2, 2016 at 16:7

2

Solved

A recent release of mxGraph has added curves as a style for edges. I expected this to be an edge routing style, but it seems not. Could anyone show me a small example of a graph with curved edges? ...
Court asked 17/1, 2013 at 11:53
1

© 2022 - 2024 — McMap. All rights reserved.