MCPcopy Index your code
hub / github.com/plotly/plotly.js / panPrep

Function panPrep

src/plots/ternary/ternary.js:686–693  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

684 }
685
686 function panPrep() {
687 mins0 = {
688 a: _this.aaxis.range[0],
689 b: _this.baxis.range[1],
690 c: _this.caxis.range[1]
691 };
692 mins = mins0;
693 }
694
695 function plotDrag(dx, dy) {
696 var dxScaled = dx / _this.xaxis._m;

Callers 1

ternary.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…