向下滚动闪电图 JS

Scroll down over the lightning chart JS

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

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

如果你看这个图表..只有当我将鼠标悬停在chart.Instead的标题上时我才能向下滚动无论我的鼠标在哪里都如何向下滚动网页。

谢谢。

我相信这应该有效

chart.setMouseInteractionWheelZoom(false)

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