Charts in a Template Repeater

Is it possible to put a Chart inside a Repeater? Each chart would have it’s own dataset. We run autoclaves and record pressures and temperatures. The autoclaves run through a set cycle every hour or so. I’d like to be able to display a temp or pressure vs time plot for each cycle with each chart one above the next in a scrollable window.

You could use a template repeater. Make a template containing a chart with a string custom property. Create query dataset tags that contains the data for the charts in a similar style to the example in the charts data property. Then in the template repeater parameter dataset pass through the tagpaths. Back in the template use an expression binding to look at the tagpath custom property like

tag({New Template.tagpath})