Generally, a line chart relies on having a “set” of data elements, where each element has an x and y value. I’d suggest that you create a non persistent entity, “DataPoint” with attributes “x” and “y” and then use a microflow that takes your one big object as a parameter and creates 29 DataPoint objects, which can then be used in your chart.