summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJitesh Kumar Jha2016-07-02 13:17:06 +0530
committerGitHub2016-07-02 13:17:06 +0530
commit57ee3805d8d882aa0ee5427e85bd1a0d91ca369c (patch)
tree7a1377d343040b6ea6d36538649cc4207a0b6af8
parentc1b448a22291451308cca9946e2fb349a68f0fe8 (diff)
downloadxcos-on-web-57ee3805d8d882aa0ee5427e85bd1a0d91ca369c.tar.gz
xcos-on-web-57ee3805d8d882aa0ee5427e85bd1a0d91ca369c.tar.bz2
xcos-on-web-57ee3805d8d882aa0ee5427e85bd1a0d91ca369c.zip
Display vertices over edges
-rw-r--r--index.html3
1 files changed, 3 insertions, 0 deletions
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);