(attr, dflt)
| 16 | |
| 17 | module.exports = function supplyDefaults(traceIn, traceOut, defaultColor, layout) { |
| 18 | function coerce(attr, dflt) { |
| 19 | return Lib.coerce(traceIn, traceOut, attributes, attr, dflt); |
| 20 | } |
| 21 | |
| 22 | var isOpen = traceIn.marker ? helpers.isOpenSymbol(traceIn.marker.symbol) : false; |
| 23 | var isBubble = subTypes.isBubble(traceIn); |
no outgoing calls
no test coverage detected
searching dependent graphs…