Hello guys,
In my example (https://codepen.io/Deymas/pen/vdQJpG) I try to plot dataset (10000 points) in the default mode “lines”.
Works great, fast rendering, zoom+pan work perfectly.
If I change the mode into “lines+markers” I obtain slow down of rendering. Also Zoom+pan are too slow to use.
Can the Plotly.js handle big datasets (up to million points) with mode “lines+markers” without losing interactivity?
And what about Basic Bar Chart (type: “bar”) for the same big dataset?
Perhaps, there is something I’m doing wrong in the code?
Thank you in advance