it can for sure "handle" it. the question is "how well"?
a sparkline with 100 datapoints is very realistic. and having a couple columns in a table with 100 rows filled with these svg sparklines will have ui lag that you'll definitely feel.
sadly, svg is not a great performer in these 1k+ datapoints cases and you gotta switch to canvas.
Comments
it can for sure "handle" it. the question is "how well"?
a sparkline with 100 datapoints is very realistic. and having a couple columns in a table with 100 rows filled with these svg sparklines will have ui lag that you'll definitely feel.
sadly, svg is not a great performer in these 1k+ datapoints cases and you gotta switch to canvas.