From ffa2e19e24c4a38680eaee38a8c6693d6695afdd Mon Sep 17 00:00:00 2001 From: Wim Rijnders Date: Wed, 19 Oct 2016 17:53:39 +0200 Subject: [PATCH] Fixed oversight with showTooltip --- lib/graph3d/Graph3d.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/graph3d/Graph3d.js b/lib/graph3d/Graph3d.js index 268395fb..695be17c 100644 --- a/lib/graph3d/Graph3d.js +++ b/lib/graph3d/Graph3d.js @@ -1155,8 +1155,6 @@ Graph3d.prototype.setOptions = function (options) { this._setSpecialSettings(options, this); // Handle the rest of the parameters - if (options.tooltip !== undefined) this.showTooltip = options.tooltip; - if (options.xBarWidth !== undefined) this.defaultXBarWidth = options.xBarWidth; if (options.yBarWidth !== undefined) this.defaultYBarWidth = options.yBarWidth; if (options.xMin !== undefined) this.defaultXMin = options.xMin;