尝试通过简单地调用以下两次(简化为简洁(来重新加载lightningchart
//'viz' points to an existing element in the DOM where the chart is bound to
lightningChart().ChartXY({container: 'viz' })
图表周围的第一次渲染良好。第二次,我收到一个WebGL错误:
WebGL: INVALID_OPERATION: bindBuffer: object does not belong to this context
这可能是由于WebGL上下文在调用之间没有释放所致。问题是,在再次渲染图表之前,如何重置图表(以及画布和/或WebGL上下文(?我试过chart.dispose()
,但似乎不起作用
有指针吗?
我很高兴地通知您,该问题已在我们的LCJS v2.0.3版本中得到修复。您可以尝试使用我们最新发布的LCJS进行测试。参观https://www.arction.com/lightningchart-js-installation/
谢谢你,如果它能解决问题,请把它记为答案。