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

Function makeUpdate

src/plots/ternary/ternary.js:551–557  ·  view source on GitHub ↗
(_mins)

Source from the content-addressed store, hash-verified

549 var x0, y0, mins0, span0, mins, lum, path0, dimmed, zb, corners;
550
551 function makeUpdate(_mins) {
552 var attrs = {};
553 attrs[_this.id + '.aaxis.min'] = _mins.a;
554 attrs[_this.id + '.baxis.min'] = _mins.b;
555 attrs[_this.id + '.caxis.min'] = _mins.c;
556 return attrs;
557 }
558
559 function clickZoomPan(numClicks, evt) {
560 var clickMode = gd._fullLayout.clickmode;

Callers 5

clickZoomPanFunction · 0.70
zoomMoveFunction · 0.70
zoomDoneFunction · 0.70
plotDragFunction · 0.70
dragDoneFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…