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 2b51c41 commit 0822254Copy full SHA for 0822254
src/plots/mapbox/index.js
@@ -49,7 +49,14 @@ exports.layoutAttributes = require('./layout_attributes');
49
50
exports.supplyLayoutDefaults = require('./layout_defaults');
51
52
+var firstPlot = true;
53
+
54
exports.plot = function plot(gd) {
55
+ if(firstPlot) {
56
+ firstPlot = false;
57
+ console.warn(deprecationWarning);
58
+ }
59
60
var fullLayout = gd._fullLayout;
61
var calcData = gd.calcdata;
62
var mapboxIds = fullLayout._subplots[MAPBOX];
0 commit comments