Skip to content

Commit 5925049

Browse files
committed
🔪 🔪
1 parent 7aa4359 commit 5925049

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/traces/scattermapbox/defaults.js

-9
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,6 @@ module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout
2525
return Lib.coerce(traceIn, traceOut, attributes, attr, dflt);
2626
}
2727

28-
// function coerceMarker(attr, dflt) {
29-
// var attrs = (attr.indexOf('.line') === -1) ? attributes : scatterAttrs;
30-
31-
// // use 'scatter' attributes for 'marker.line.' attr,
32-
// // so that we can reuse the scatter marker defaults
33-
34-
// return Lib.coerce(traceIn, traceOut, attrs, attr, dflt);
35-
// }
36-
3728
var len = handleLonLatDefaults(traceIn, traceOut, coerce);
3829
if(!len) {
3930
traceOut.visible = false;

0 commit comments

Comments
 (0)