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

Function getDefaultAx

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

Source from the content-addressed store, hash-verified

3237 var ax, data, options, out;
3238
3239 function getDefaultAx() {
3240 return {
3241 c2l: Number,
3242 type: 'linear',
3243 _m: 1
3244 };
3245 }
3246
3247 it('constructs simple ax._min and ._max correctly', function() {
3248 ax = getDefaultAx();

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…