(brush)
| 420 | } |
| 421 | |
| 422 | function brushClear(brush) { |
| 423 | brush.filterSpecified = false; |
| 424 | brush.svgBrush.extent = [[-Infinity, Infinity]]; |
| 425 | } |
| 426 | |
| 427 | function axisBrushMoved(callback) { |
| 428 | return function axisBrushMoved(dimension) { |
no outgoing calls
no test coverage detected
searching dependent graphs…