diff --git a/src/component/axis/AxisBuilder.ts b/src/component/axis/AxisBuilder.ts index b139a27fdb..406b3eecab 100644 --- a/src/component/axis/AxisBuilder.ts +++ b/src/component/axis/AxisBuilder.ts @@ -34,7 +34,6 @@ import { ZRTextVerticalAlign, ZRTextAlign, ECElement, ColorString } from '../../ import { AxisBaseOption } from '../../coord/axisCommonTypes'; import type Element from 'zrender/src/Element'; import { PathStyleProps } from 'zrender/src/graphic/Path'; -import type TSpan from 'zrender/src/graphic/TSpan'; import OrdinalScale from '../../scale/Ordinal'; import { prepareLayoutList, hideOverlap } from '../../label/labelLayoutHelper';