(d)
| 143 | } |
| 144 | |
| 145 | function xScale(d) { |
| 146 | return d.calcdata.columns.reduce(function(prev, next) { |
| 147 | return next.xIndex < d.xIndex ? prev + next.columnWidth : prev; |
| 148 | }, 0); |
| 149 | } |
| 150 | |
| 151 | function makeRowBlock(anchorToRowBlock, auxiliary) { |
| 152 | var blockAnchorKeys = Object.keys(anchorToRowBlock); |
no outgoing calls
no test coverage detected
searching dependent graphs…