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
0
votes
1 answer

screen flicker with mxGraph and svg image

i am working on a problem where the background image set in mxGraph is downloading the image when the user moves any object on the screen. I can see in the firebug and chrome the mxClient.js is downloading the image causing this flicker . The…
Vijay
  • 371
  • 2
  • 9
0
votes
1 answer

how to get selected cell value in Iframe in mxGraph?

How can we get selected cell value in frame? I called iframe by clicking link. and in Iframe I want to get Attribute values of selected cell.