Hey Cam,
How are the charts generated from the yaml files on the frontend?
Specifically, how must I format the SQL table such that we can get multiple data series on the chart.
Is it ideal to have a separate column for each data series or to have one numeric column and another column containing series info (ie. channel # like you have for OD).
In my use case the data series are all from a single pioreactor and not multiple reactors. Basically have multiple of the same sensor reading in parallel and want to plot their individual output for comparison.