(attr, dflt)
| 8 | |
| 9 | module.exports = function supplyDefaults(traceIn, traceOut, dfltColor, fullLayout) { |
| 10 | function coerce(attr, dflt) { |
| 11 | return Lib.coerce(traceIn, traceOut, attributes, attr, dflt); |
| 12 | } |
| 13 | |
| 14 | traceOut._clipPathId = 'clip' + traceOut.uid + 'carpet'; |
| 15 |
no outgoing calls
no test coverage detected
searching dependent graphs…