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

Function _checkAxes

test/jasmine/tests/cartesian_interact_test.js:93–96  ·  view source on GitHub ↗
(xRange, yRange)

Source from the content-addressed store, hash-verified

91 }
92
93 function _checkAxes(xRange, yRange) {
94 expect(gd.layout.xaxis.range).toBeCloseToArray(xRange, precision);
95 expect(gd.layout.yaxis.range).toBeCloseToArray(yRange, precision);
96 }
97
98 function _runDrag(xr0, xr1, yr0, yr1) {
99 // Drag scene along the X axis

Callers 1

_runDragFunction · 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…