(axisName)
| 2073 | |
| 2074 | it('should be able to relayout axis grid *tick0* / *dtick*', function(done) { |
| 2075 | function findGridPath(axisName) { |
| 2076 | return d3Select(gd).select(axisName + ' > path').attr('d'); |
| 2077 | } |
| 2078 | |
| 2079 | function first(parts) { |
| 2080 | return parts[1].split('L')[0].split(',').map(Number); |
no outgoing calls
no test coverage detected
searching dependent graphs…