Questions tagged [mxgraph]

mxGraph is an open source client side JavaScript diagramming library that uses SVG and HTML for rendering. It also provides server-side functionality in Java and .NET for persistence (open and save) functionality, as well as server-side image generation.

mxGraph is an open source client side JavaScript diagramming library that uses SVG and HTML for rendering. It supports all major browsers.

It also provides server-side functionality in Java and .NET for persistence (open and save) functionality, as well as server-side image generation.

Official Website:

https://www.jgraph.com/mxgraph.html

Github Project:

https://github.com/jgraph/mxgraph

437 questions
-2
votes
1 answer

How to retain drawn boxes and path on page refresh mxgraph

i want to retain drawn boxes and path once page is refreshed. i'm using mxgraph https://jgraph.github.io/mxgraph/docs/manual.html Question: once the drawing is done, if i do page refresh it should retain the same drawing by storing drawing data…
user6783030
-3
votes
1 answer

How insert edge on graph without source and target? JS

I want to add solely the line on the graph.How insert edge on graph without source and target?Or tell me how using JS, add a line to the graph
Loligan
  • 9
  • 1
1 2 3
29
30