Skip to content

Commit 5e833dc

Browse files
authored
Update constant.ts
1 parent 6bb6e9a commit 5e833dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/funnel/constant.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const FUNNEL_PERCENT = '$$percentage$$';
44
export const FUNNEL_CONVERSATION = '$$conversion$$';
55
// 漏斗单项占总体和的百分比,用于动态漏斗图计算高度:
66
// data[n][yField] / sum(data[0-n][yField])
7-
export const FUNNEL_TOTAL_PERCENT = '$$total_percentage$$';
7+
export const FUNNEL_TOTAL_PERCENT = '$$totalPercentage$$';
88
// 漏斗多边型 x 坐标
99
export const PLOYGON_X = '$$x$$';
1010
export const PLOYGON_Y = '$$y$$';

0 commit comments

Comments
 (0)