We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb6e9a commit 5e833dcCopy full SHA for 5e833dc
src/plots/funnel/constant.ts
@@ -4,7 +4,7 @@ export const FUNNEL_PERCENT = '$$percentage$$';
4
export const FUNNEL_CONVERSATION = '$$conversion$$';
5
// 漏斗单项占总体和的百分比,用于动态漏斗图计算高度:
6
// data[n][yField] / sum(data[0-n][yField])
7
-export const FUNNEL_TOTAL_PERCENT = '$$total_percentage$$';
+export const FUNNEL_TOTAL_PERCENT = '$$totalPercentage$$';
8
// 漏斗多边型 x 坐标
9
export const PLOYGON_X = '$$x$$';
10
export const PLOYGON_Y = '$$y$$';
0 commit comments