(traceIn, layout)
| 15 | var traceOut; |
| 16 | |
| 17 | function _supply(traceIn, layout) { |
| 18 | traceOut = {}; |
| 19 | ScatterPolar.supplyDefaults(traceIn, traceOut, '#444', layout || {}); |
| 20 | } |
| 21 | |
| 22 | it('should not truncate *r* when longer than *theta*', function() { |
| 23 | // this is handled at the calc step now via _length. |
no outgoing calls
no test coverage detected
searching dependent graphs…