Skip to content

Commit

Permalink
fix(axis): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
plainheart committed Nov 23, 2024
1 parent 8f7773c commit 15a8f64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/component/axis/AxisBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 15a8f64

Please sign in to comment.