(patch)
| 166 | |
| 167 | describe('selected / unselected attribute containers', function() { |
| 168 | function _supply(patch) { |
| 169 | traceIn = Lib.extendFlat({ |
| 170 | mode: 'markers', |
| 171 | x: [1, 2, 3], |
| 172 | y: [2, 1, 2] |
| 173 | }, patch); |
| 174 | traceOut = {visible: true}; |
| 175 | supplyDefaults(traceIn, traceOut, defaultColor, layout); |
| 176 | } |
| 177 | |
| 178 | it('should fill in [un]selected.marker.opacity default when no other [un]selected is set', function() { |
| 179 | _supply({}); |
no test coverage detected
searching dependent graphs…