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' );