(transitionOpts)
| 33 | var SI_PREFIX = /[yzafpnµmkMGTPEZY]/; |
| 34 | |
| 35 | function hasTransition(transitionOpts) { |
| 36 | // If transition config is provided, then it is only a partial replot and traces not |
| 37 | // updated are removed. |
| 38 | return transitionOpts && transitionOpts.duration > 0; |
| 39 | } |
| 40 | |
| 41 | module.exports = function plot(gd, cdModule, transitionOpts, makeOnCompleteCallback) { |
| 42 | var fullLayout = gd._fullLayout; |
no outgoing calls
no test coverage detected
searching dependent graphs…