Skip to content

Commit c0d6eeb

Browse files
committed
Don't add _derived to viewInitial
1 parent 8746feb commit c0d6eeb

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: src/plots/mapbox/mapbox.js

-5
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ proto.createMap = function(calcData, fullLayout, resolve, reject) {
136136
self.fillBelowLookup(calcData, fullLayout);
137137
self.updateData(calcData);
138138
self.updateLayout(fullLayout);
139-
self.updateDerived();
140139
self.resolveOnRender(resolve);
141140
}).catch(reject);
142141
};
@@ -368,10 +367,6 @@ proto.updateLayout = function(fullLayout) {
368367
}
369368
};
370369

371-
proto.updateDerived = function() {
372-
this.viewInitial._derived = this.getView()._derived;
373-
};
374-
375370
proto.resolveOnRender = function(resolve) {
376371
var map = this.map;
377372

0 commit comments

Comments
 (0)