Skip to content

Commit

Permalink
fix(custom): fix duplicated import
Browse files Browse the repository at this point in the history
  • Loading branch information
Ovilia committed Oct 11, 2024
1 parent 58d2a9c commit 6f1f779
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/chart/custom/CustomView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,9 @@ import SeriesData, { DefaultDataVisual } from '../../data/SeriesData';
import GlobalModel from '../../model/Global';
import ExtensionAPI from '../../core/ExtensionAPI';
import Displayable from 'zrender/src/graphic/Displayable';
import Path from 'zrender/src/graphic/Path';
import Axis2D from '../../coord/cartesian/Axis2D';
import { RectLike } from 'zrender/src/core/BoundingRect';
import { PathStyleProps } from 'zrender/src/graphic/Path';
import Path, { PathStyleProps } from 'zrender/src/graphic/Path';
import { TextStyleProps } from 'zrender/src/graphic/Text';
import {
convertToEC4StyleForCustomSerise,
Expand Down

0 comments on commit 6f1f779

Please sign in to comment.