(idx)
| 11268 | highest = heights.indexOf(highestLabelSize); |
| 11269 | |
| 11270 | function valueAt(idx) { |
| 11271 | return { |
| 11272 | width: widths[idx] || 0, |
| 11273 | height: heights[idx] || 0, |
| 11274 | offset: offsets[idx] || 0 |
| 11275 | }; |
| 11276 | } |
| 11277 | |
| 11278 | return { |
| 11279 | first: valueAt(0), |