MCPcopy Index your code
hub / github.com/plotly/plotly.js / makeRowBlock

Function makeRowBlock

src/traces/table/data_preparation_helper.js:151–154  ·  view source on GitHub ↗
(anchorToRowBlock, auxiliary)

Source from the content-addressed store, hash-verified

149}
150
151function makeRowBlock(anchorToRowBlock, auxiliary) {
152 var blockAnchorKeys = Object.keys(anchorToRowBlock);
153 return blockAnchorKeys.map(function(k) {return extendFlat({}, anchorToRowBlock[k], {auxiliaryBlocks: auxiliary});});
154}
155
156function makeAnchorToRowBlock(rowHeights, minimumFillHeight) {
157 var anchorToRowBlock = {};

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…