(view)
| 140 | } |
| 141 | |
| 142 | function someFiltersActive(view) { |
| 143 | return view.dimensions.some(function(p) { |
| 144 | return p.brush.filterSpecified; |
| 145 | }); |
| 146 | } |
| 147 | |
| 148 | function model(layout, d, i) { |
| 149 | var cd0 = unwrap(d); |
no outgoing calls
no test coverage detected
searching dependent graphs…