Wrap chart with d3

Hi everyone,
I’m trying to get an infinite scroll with a chart that wraps in d3. For instance, every row represents a minute of data.
Now I could just paginate the data and show the row per page, but there is data that will overlap two sections.
Notably, we are trying to annotate the signal and need to be able to edit an annotation over multiple lines.
Anyone seen/done this before?
Thanks!