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

Function mockAx

test/jasmine/tests/axes_test.js:2963–2970  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2961 }
2962
2963 function mockAx() {
2964 return {
2965 _id: 'x',
2966 type: 'linear',
2967 _length: 100,
2968 _traceIndices: [0]
2969 };
2970 }
2971
2972 it('returns reasonable range without explicit rangemode or autorange', function() {
2973 gd = mockGd([

Callers 1

axes_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…