You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please refer to the style configuration [ShapeAttrs](/en/docs/api/graphic-style)
100
109
101
110
`markdown:docs/common/color.en.md`
102
111
@@ -126,11 +135,11 @@ Funnel plot provides static properties, makes it easy to use.
126
135
127
136
#### Static variables
128
137
129
-
| Field | Description |
130
-
| --- | --- |
131
-
|`CONVERSATION_FIELD`| The corresponding value of this field is an array, stores the current and previous values of the funnel, for example, [263, 151], from which the user can calculate the conversion rate |
132
-
|`PERCENT_FIELD`| The corresponding value of this field represents the `conversion percentage` between current value and previous value |
133
-
|`TOTAL_PERCENT_FIELD`| The corresponding value of this field represents the percentage of total conversion rate |
|`CONVERSATION_FIELD`| The corresponding value of this field is an array, stores the current and previous values of the funnel, for example, [263, 151], from which the user can calculate the conversion rate |
141
+
|`PERCENT_FIELD`| The corresponding value of this field represents the `conversion percentage` between current value and previous value|
142
+
|`TOTAL_PERCENT_FIELD`| The corresponding value of this field represents the percentage of total conversion rate |
134
143
135
144
**Example:**
136
145
@@ -173,4 +182,5 @@ import { FUNNEL_CONVERSATION_FIELD } from '@antv/g2plot';
0 commit comments