MCPcopy Create free account
hub / github.com/plotly/plotly.js / someFiltersActive

Function someFiltersActive

src/traces/parcoords/parcoords.js:142–146  ·  view source on GitHub ↗
(view)

Source from the content-addressed store, hash-verified

140}
141
142function someFiltersActive(view) {
143 return view.dimensions.some(function(p) {
144 return p.brush.filterSpecified;
145 });
146}
147
148function model(layout, d, i) {
149 var cd0 = unwrap(d);

Callers 2

brushMoveFunction · 0.85
parcoords.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…