MCPcopy Create free account
hub / github.com/plotly/plotly.js / getRefRect

Function getRefRect

src/traces/icicle/draw_descendants.js:97–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 }
96
97 var getRefRect = function() {
98 return nextOfPrevEntry || {
99 x0: 0,
100 x1: width,
101 y0: 0,
102 y1: height
103 };
104 };
105
106 var updateSlices = slices;
107 if(hasTransition) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…