MCPcopy
hub / github.com/plotly/plotly.js / _assertRange

Function _assertRange

test/jasmine/tests/polar_test.js:877–879  ·  view source on GitHub ↗
(rng, msg)

Source from the content-addressed store, hash-verified

875 }
876
877 function _assertRange(rng, msg) {
878 expect(gd._fullLayout.polar.radialaxis.range).toBeCloseToArray(rng, 1, msg);
879 }
880
881 function _assertDrag(rng, msg) {
882 relayoutNumber++;

Callers 3

_assertDragFunction · 0.85
_assertBaseFunction · 0.85
polar_test.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…