(axis, value, layoutInfo)
| 72802 | return text; |
| 72803 | } |
| 72804 | function getTransformedPosition(axis, value, layoutInfo) { |
| 72805 | var transform = create$1(); |
| 72806 | rotate(transform, transform, layoutInfo.rotation); |
| 72807 | translate(transform, transform, layoutInfo.position); |
| 72808 | return applyTransform$1([axis.dataToCoord(value), (layoutInfo.labelOffset || 0) + (layoutInfo.labelDirection || 1) * (layoutInfo.labelMargin || 0)], transform); |
| 72809 | } |
| 72810 | function buildCartesianSingleLabelElOption(value, elOption, layoutInfo, axisModel, axisPointerModel, api) { |
| 72811 | // @ts-ignore |
| 72812 | var textLayout = AxisBuilder.innerTextLayout(layoutInfo.rotation, 0, layoutInfo.labelDirection); |
no test coverage detected
searching dependent graphs…