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

Function supplyLayoutDefaults

test/jasmine/tests/plots_test.js:208–213  ·  view source on GitHub ↗
(layoutIn, layoutOut)

Source from the content-addressed store, hash-verified

206 var formatObj = require('../../../src/locale-en').format;
207
208 function supplyLayoutDefaults(layoutIn, layoutOut) {
209 layoutOut._dfltTitle = {
210 plot: 'ppplot'
211 };
212 return Plots.supplyLayoutGlobalDefaults(layoutIn, layoutOut, formatObj);
213 }
214
215 beforeEach(function() {
216 layoutOut = {};

Callers 9

ternary_test.jsFile · 0.70
gl3dlayout_test.jsFile · 0.70
geo_test.jsFile · 0.70
testOneFunction · 0.70
supplyWithTraceFunction · 0.70
axes_test.jsFile · 0.70
plots_test.jsFile · 0.70
legend_test.jsFile · 0.70
map_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…