klinecharts / KLineChart

📈Lightweight k-line chart that can be highly customized. Zero dependencies. Support mobile.(可高度自定义的轻量级k线图,无第三方依赖,支持移动端)

Home Page:https://klinecharts.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] onScroll returns undefined

gldstrrbt opened this issue · comments

Version

9

Steps to Reproduce

Switched from v8 to v9, using "onScroll" subscribed action returns undefined. Similar actions such as onPaneDrag, continue to return data like their previous versions do, but onScroll does not.

Current Behavior

Returns undefined on callback for onScroll.

Expected Behavior

Expected data to be returned such as "distance" like v8 did.

Environment

- OS: windows 10
- Browser: chrome
- Framework: reactjs

Any additional comments?

No response