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

Function check

test/jasmine/tests/pie_test.js:876–884  ·  view source on GitHub ↗
(msg, restyleObj, exp)

Source from the content-addressed store, hash-verified

874 }
875
876 function check(msg, restyleObj, exp) {
877 return function() {
878 return Plotly.restyle(gd, restyleObj).then(function() {
879 var gs = Lib.extendDeep({}, gd._fullLayout._size);
880 assertSize(msg, gs, exp);
881 previousSize = gs;
882 });
883 };
884 }
885
886 Plotly.newPlot(gd, data, layout)
887 .then(function() {

Callers 2

pie_test.jsFile · 0.70
scatter_test.jsFile · 0.70

Calls 1

assertSizeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…