Skip to content

Commit

Permalink
fix: fix merge error in base-axis
Browse files Browse the repository at this point in the history
  • Loading branch information
xile611 committed Jan 22, 2024
1 parent 4ee7d4b commit 55988c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vchart/src/component/axis/base-axis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ export abstract class AxisComponent<T extends ICommonAxisSpec & Record<string, a
protected abstract getSeriesStatisticsField(s: ISeries): string[];
protected abstract updateSeriesScale(): void;
protected abstract collectData(depth: number, rawData?: boolean): { min: number; max: number; values: any[] }[];
protected abstract _initData(): void;
abstract transformScaleDomain(): void;

protected _dataFieldText: string;
Expand Down

0 comments on commit 55988c0

Please sign in to comment.