There’s no hard limit, but things will slow down past around 1000 points for some chart types. scatter
, line
, scatter_polar
and line_polar
support the render_mode
argument which can be set to "webgl"
if you have more than 1000 points for better performance. Functions like histogram
, box
and violin
will perform better with large number of rows in the input because they don’t by default render a mark for every row.