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

Function getRefRect

src/traces/treemap/draw_descendants.js:103–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 }
102
103 var getRefRect = function() {
104 return nextOfPrevEntry || {
105 x0: 0,
106 x1: width,
107 y0: 0,
108 y1: height
109 };
110 };
111
112 var updateSlices = slices;
113 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…