Mojtaba Samimi
Mojtaba Samimi
Dear @etpinard, Thanks very much for the note on #6243. In the event data after [v2.13.0](https://github.com/plotly/plotly.js/releases/tag/v2.13.0), `points` include all the selected points on all subplots. The `range` value still includes...
Our `contour` seems to have a similar feature. @alexcjohnson is that correct?
Wondering if we may consider a feature request to remove undesirable vertices on double click instead.
> We've solved this and the fix will come out soon :) And yes, `parcoords` was built rather differently from the rest of this library, so it doesn't automatically inherit...
Curious to know if using a partial package like [plotly.js-gl2d-dist-min](https://www.npmjs.com/package/plotly.js-gl2d-dist-min) that includes only `gl2d` traces (or even better a [custom bundle](https://github.com/plotly/plotly.js/blob/master/CUSTOM_BUNDLE.md) that only include `scattergl`), could help improve the load...
On another note, considering your use case of plotting time-series setting `layout.hovermode = 'x'` (instead of the `closest` v2 default) can give you faster hover interactions.
> Is there anything else in my configuration that I can improve to improve the graphical performance? You can find my current plotly.js configuration here: https://github.com/stereokai/multi-charts-comparison/blob/publish/renderers/Plotly/plotly.config.js > > Million thanks...
> > On another note, considering your use case of plotting time-series setting layout.hovermode = 'x' (instead of the closest v2 default) can give you faster hover interactions. > >...
On another note - you could set `config.plotGlPixelRatio: 1` for fast rendering.
> > On another note - you could set config.plotGlPixelRatio: 1 for fast rendering. > > @archmoj I could find only a few examples online, I understand it should go...