diff --git a/core/core-frontend/src/views/chart/components/js/panel/types/impl/s2.ts b/core/core-frontend/src/views/chart/components/js/panel/types/impl/s2.ts index 05cedb33a6..00fc52bc77 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/types/impl/s2.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/types/impl/s2.ts @@ -70,7 +70,7 @@ export abstract class S2ChartView
extends AntVAbstractCha switch (cell.cellType) { case 'dataCell': if (meta.valueField === SERIES_NUMBER_FIELD) { - content = meta.fieldValue + content = meta.fieldValue.toString() break } field = find(metaConfig, item => item.field === meta.valueField)