There is an action named 'updateAxisPointer' might help.
Like

```js
                chart.dispatchAction({
                    type: 'updateAxisPointer',
                    currTrigger: 'mousemove',
                    // This point will reproduct the issue #9829 before
4.4.0
                    x: 411,
                    y: 130
                });
```



Thanks,
------------------------------
 Su Shuang (100pah)
------------------------------



On Sat, 18 Mar 2023 at 04:39, <[email protected]> wrote:

>
>
> Is there any way to set the position of the axisPointer via code?
>
> I suppose not since I can't find it among the actions. Would be useful
> imho

Reply via email to