0

我正在测试闪电图表,我想向下滚动网站而不是放大图表。

示例:https ://arction.github.io/lcjs-showcase-renderingSpeed/

如果您查看此图表..只有当我将鼠标悬停在图表标题上时,我才能向下滚动。而不是无论我的鼠标在哪里,如何向下滚动网页。

谢谢。

4

1 回答 1

3

我相信这应该有效

chart.setMouseInteractionWheelZoom(false)

当我添加它时,它至少在他们的网站上工作:https ://www.arction.com/lightningchart-js-interactive-examples/edit/lcjs-example-0000-lineSeries.html

于 2020-11-03T15:51:08.360 回答