(item, line1)
| 122879 | return ((0, _vegaUtil.isArray)(tl3) ? tl3.length - 1 : 0) * lineHeight(item); |
| 122880 | } |
| 122881 | function textValue(item, line1) { |
| 122882 | const text5 = line1 == null ? "" : (line1 + "").trim(); |
| 122883 | return item.limit > 0 && text5.length ? truncate(item, text5) : text5; |
| 122884 | } |
| 122885 | function widthGetter(item) { |
| 122886 | if (textMetrics.width === measureWidth) { |
| 122887 | // we are using canvas |
no test coverage detected