wx-charts icon indicating copy to clipboard operation
wx-charts copied to clipboard

line 图表怎么横向滑动

Open wqs2019 opened this issue 5 years ago • 2 comments

当数据比较多时,怎么横向滑动呀

wqs2019 avatar Jan 09 '20 06:01 wqs2019

opts.enableScroll Boolean 是否开启图表可拖拽滚动 默认false 支持line, area图表类型(需配合绑定scrollStart, scroll, scrollEnd方法)

请仔细阅读文档

lzxjs avatar Apr 21 '20 05:04 lzxjs

需配合绑定scrollStart, scroll, scrollEnd方法,绑定后,如何处理,文档没看到

MTTTM avatar Mar 20 '24 04:03 MTTTM