From a093b9f588165b52d444a33155d05c50af6722eb Mon Sep 17 00:00:00 2001 From: jos Date: Thu, 17 Apr 2014 13:56:47 +0200 Subject: [PATCH 1/2] Removed unnecessary zIndex --- src/graph/Graph.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/graph/Graph.js b/src/graph/Graph.js index dd85955b..80909374 100644 --- a/src/graph/Graph.js +++ b/src/graph/Graph.js @@ -737,7 +737,6 @@ Graph.prototype._create = function () { this.frame.className = 'graph-frame'; this.frame.style.position = 'relative'; this.frame.style.overflow = 'hidden'; - this.frame.style.zIndex = "1"; // create the graph canvas (HTML canvas element) this.frame.canvas = document.createElement( 'canvas' ); From e61252297f40c5e38f1382b5903bb122f33ab07f Mon Sep 17 00:00:00 2001 From: jos Date: Fri, 18 Apr 2014 12:14:50 +0200 Subject: [PATCH 2/2] Documented supported browsers. --- docs/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 0fcc85ca..75686de5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -23,7 +23,9 @@

The library is developed by - Almende B.V. + Almende B.V.. + Vis.js runs fine on Chrome, Firefox, Opera, Safari, IE9+, and most mobile + browsers (with full touch support).

Components