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

Function _calc

test/jasmine/tests/splom_test.js:618–625  ·  view source on GitHub ↗
(opts, layout)

Source from the content-addressed store, hash-verified

616 var gd;
617
618 function _calc(opts, layout) {
619 gd = {};
620
621 gd.data = [Lib.extendFlat({type: 'splom'}, opts || {})];
622 gd.layout = layout || {};
623 supplyAllDefaults(gd);
624 Plots.doCalcdata(gd);
625 }
626
627 it('should skip dimensions with conflicting axis types', function() {
628 spyOn(Lib, 'log').and.callThrough();

Callers 1

splom_test.jsFile · 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…