Browse Source

Fixed oversight with showTooltip

codeClimate
Wim Rijnders 8 years ago
parent
commit
ffa2e19e24
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      lib/graph3d/Graph3d.js

+ 0
- 2
lib/graph3d/Graph3d.js View File

@ -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;

Loading…
Cancel
Save