Skip to content

executeAction(type, data)

executeAction 执行图表动作。

参考

typescript
(
   type: 'onCrosshairChange',
   data: unknown
) => void

参数

  • type 类型,仅支持 onCrosshairChange
  • data 数据。

返回值

executeAction 返回 undefined

用法

基本用法