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

Function compareLayoutAndFullLayout

test/jasmine/tests/config_test.js:43–46  ·  view source on GitHub ↗
(gd)

Source from the content-addressed store, hash-verified

41 }
42
43 function compareLayoutAndFullLayout(gd) {
44 expect(gd.layout.width).toBe(gd._fullLayout.width);
45 expect(gd.layout.height).toBe(gd._fullLayout.height);
46 }
47
48 function testAutosize(autosize, config, layoutHeight, relayoutHeight, done) {
49 var layout = {

Callers 2

beforeResizeFunction · 0.85
afterResizeFunction · 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…