We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0822254 commit 6a906bbCopy full SHA for 6a906bb
src/plots/mapbox/index.js
@@ -54,7 +54,7 @@ var firstPlot = true;
54
exports.plot = function plot(gd) {
55
if(firstPlot) {
56
firstPlot = false;
57
- console.warn(deprecationWarning);
+ Lib.warn(deprecationWarning);
58
}
59
60
var fullLayout = gd._fullLayout;
0 commit comments