Need some help with LightningChart js.
I’m currently working on a Electron app. I built a LightningChart line chart and put it in a html element, which I called a “trace-set-window”. The container element is resizable and dragable like a real window.
The problem is, when I resize the container element, the chart will always clear itself and re-render, causing a very short blank. It’s very annoying. I wonder it’s a canvas thing or something I did wrong.
Does someone have the same problem?