Skip to content

Commit 63bf535

Browse files
committed
fix: 修复 lint error
1 parent 4aa0ee6 commit 63bf535

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/plots/area/utils.ts

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { percent } from '../../utils/transform/percent';
2-
import { AreaOptions } from './types';
32

43
/**
54
* 获取面积图数据,如果是百分比,进行数据转换
@@ -12,6 +11,5 @@ export function getAreaData(
1211
asField: string,
1312
isPercent?: boolean
1413
) {
15-
// const { data, isPercent, xField, yField } = options;
1614
return !isPercent ? data : percent(data, yField, groupField, asField);
1715
}

0 commit comments

Comments
 (0)