I am creating a charting solution using AnyChart. This chart needs to span across multiple pages, as the chart's length is dynamic according to the data that it's charting. The issue I'm having, however, is that I need the ability to have the chart headers show on each page when printed. There is no way to do this using AnyChart's platform, so I'm curious: is there any way, using CSS/JavaScript, to take an element on a page and duplicate it on each printed page as a page header?