diff --git a/src/component/YAxis.ts b/src/component/YAxis.ts index 19044b48b..f10d907cd 100644 --- a/src/component/YAxis.ts +++ b/src/component/YAxis.ts @@ -365,6 +365,7 @@ export default abstract class YAxisImp extends AxisImp implements YAxis { if (shouldFormatBigNumber) { valueText = customApi.formatBigNumber(valueText) } + valueText = formatFoldDecimal(valueText, chartStore.getDecimalFoldThreshold()) crosshairVerticalTextWidth += ( crosshairStyles.horizontal.text.paddingLeft + crosshairStyles.horizontal.text.paddingRight +