We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 853a391 commit 39eff3aCopy full SHA for 39eff3a
src/traces/scattermapbox/attributes.js
@@ -103,7 +103,7 @@ module.exports = overrideAll({
103
valType: 'string',
104
role: 'info',
105
description: [
106
- 'Determines if this scattermapbox trace\'s layers are inserted',
+ 'Determines if this scattermapbox trace\'s layers are to be inserted',
107
'before the layer with the specified ID.',
108
'By default, scattermapbox layers are inserted',
109
'above all the base layers.',
src/traces/scattermapbox/plot.js
@@ -72,7 +72,6 @@ proto.update = function update(calcTrace) {
72
var i, k, opts;
73
74
if(below !== this.below) {
75
- // console.log('update below', [below, this.below])
76
for(i = ORDER.length - 1; i >= 0; i--) {
77
k = ORDER[i];
78
map.removeLayer(this.layerIds[k]);
0 commit comments