(d)
| 7820 | } |
| 7821 | if (scale.rangeBand) { |
| 7822 | var dx = scale1.rangeBand() / 2, x = function(d) { |
| 7823 | return scale1(d) + dx; |
| 7824 | }; |
| 7825 | tickEnter.call(tickTransform, x); |
| 7826 | tickUpdate.call(tickTransform, x); |
| 7827 | } else { |
no outgoing calls
no test coverage detected