Hi, I have a problem about need to render a 10M point for scatter plot, and found that the efficiency is very slow. I have tried the scattergl method, but the speed is still not good. I found that the main reason is that every time there is any operation, such as zooming in or out, the image needs to be re-rendered. Is there a better way to solve it?