-
RT. |
Beta Was this translation helpful? Give feedback.
Answered by
hustcc
Dec 17, 2024
Replies: 1 comment
-
custom 是通过 function 回调的方式,自行处理逻辑。 {
type: 'custom',
callback (data) => data
} 入参 data 是传入 G2 的数据,出参是自行处理,最终会给到下一个 transform 或者 G2 渲染。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hustcc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
custom 是通过 function 回调的方式,自行处理逻辑。
入参 data 是传入 G2 的数据,出参是自行处理,最终会给到下一个 transform 或者 G2 渲染。