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

Function assertRanges

test/jasmine/tests/range_selector_test.js:238–241  ·  view source on GitHub ↗
(update, range0, range1)

Source from the content-addressed store, hash-verified

236 'use strict';
237
238 function assertRanges(update, range0, range1) {
239 expect(update['xaxis.range[0]']).toEqual(range0);
240 expect(update['xaxis.range[1]']).toEqual(range1);
241 }
242
243 function setupAxis(opts) {
244 var axisOut = Lib.extendFlat({type: 'date'}, opts);

Callers 1

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