We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37895b commit 1b7c9cfCopy full SHA for 1b7c9cf
1 file changed
src/plots/mapbox/mapbox.js
@@ -63,8 +63,8 @@ proto.plot = function(calcData, fullLayout, promises) {
63
self.map.remove();
64
self.map = null;
65
self.styleObj = null;
66
- self.traceHash = [];
67
- self.layerList = {};
+ self.traceHash = {};
+ self.layerList = [];
68
}
69
70
var promise;
0 commit comments