(traceOut)
| 34 | } |
| 35 | |
| 36 | function orientation2binDir(traceOut) { |
| 37 | return traceOut.orientation === 'v' ? 'x' : 'y'; |
| 38 | } |
| 39 | |
| 40 | function getAxisType(traceOut, binDir) { |
| 41 | var ax = axisIds.getFromTrace({_fullLayout: fullLayout}, traceOut, binDir); |
no outgoing calls
no test coverage detected
searching dependent graphs…