Skip to content
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.

Commit

Permalink
Fixes due to review
Browse files Browse the repository at this point in the history
  • Loading branch information
wimrijnders committed Jul 14, 2017
1 parent 7792166 commit e939171
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/graph3d/Graph3d.js
Original file line number Diff line number Diff line change
Expand Up @@ -701,8 +701,7 @@ Graph3d.prototype.setOptions = function (options) {
this.setPointDrawingMethod();
this._setSize(this.width, this.height);

// re-load the data
this.setData(this.dataGroup.getDataTable());
this.setData(this.dataGroup.getDataTable());

// start animation when option is true
if (this.animationAutoStart && this.dataFilter) {
Expand Down

0 comments on commit e939171

Please sign in to comment.