From 57ee3805d8d882aa0ee5427e85bd1a0d91ca369c Mon Sep 17 00:00:00 2001 From: Jitesh Kumar Jha Date: Sat, 2 Jul 2016 13:17:06 +0530 Subject: Display vertices over edges --- index.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'index.html') diff --git a/index.html b/index.html index fc5e434..c73d3e8 100644 --- a/index.html +++ b/index.html @@ -35,6 +35,9 @@ // Enables guides mxGraphHandler.prototype.guidesEnabled = true; + // Display vertices over edges + mxGraph.prototype.ordered = false; + // Alt disables guides mxGuide.prototype.isEnabledForEvent = function(evt) { return !mxEvent.isAltDown(evt); -- cgit