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

Function parcoordsInteractionState

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

Source from the content-addressed store, hash-verified

355}
356
357function parcoordsInteractionState() {
358 var linePickActive = true;
359 var contextShown = false;
360 return {
361 linePickActive: function(val) {return arguments.length ? linePickActive = !!val : linePickActive;},
362 contextShown: function(val) {return arguments.length ? contextShown = !!val : contextShown;}
363 };
364}
365
366function calcTilt(angle, position) {
367 var dir = (position === 'top') ? 1 : -1;

Callers 1

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…