(a)
| 11 | } |
| 12 | |
| 13 | function isTotal(a) { |
| 14 | return (a === 't' || a === 'total'); |
| 15 | } |
| 16 | |
| 17 | module.exports = function calc(gd, trace) { |
| 18 | var xa = Axes.getFromId(gd, trace.xaxis || 'x'); |
no outgoing calls
no test coverage detected
searching dependent graphs…