max_n_samples
in add trace(s) seems to do nothing with plotly-resampler=0.8.1
#124
Labels
bug
Something isn't working
Uh oh!
There was an error while loading. Please reload this page.
I was able to pinpoint the issue, and it seems that this line within
AbstractFigureResampler
causes the issue:Which calls the

BaseTraceDatatype
itsadd_trace
method, which on its end:calls
self.add_trace
(bringing us back to theAbastractFigureResampler
class, and as a result, the trace will be aggregated.The text was updated successfully, but these errors were encountered: