(traceIn)
| 131 | |
| 132 | describe('parcoords defaults', function() { |
| 133 | function _supply(traceIn) { |
| 134 | var traceOut = { visible: true }; |
| 135 | var defaultColor = '#444'; |
| 136 | var layout = { font: Plots.layoutAttributes.font }; |
| 137 | |
| 138 | Parcoords.supplyDefaults(traceIn, traceOut, defaultColor, layout); |
| 139 | |
| 140 | return traceOut; |
| 141 | } |
| 142 | |
| 143 | it('\'line\' specification should yield a default color', function() { |
| 144 | var fullTrace = _supply({}); |
no outgoing calls
no test coverage detected
searching dependent graphs…