I am looking to generate two charts on my apps script dashboard. If I understand correctly, only one data table can be linked to any given dashboard in apps script. With that in mind, I am trying to make do with one data table that meets the needs of both of my charts.
However, my line chart renders the chart data in the wrong order, putting my legend as the x-axis variables and my x-axis variables as my legend. Is there a way to flip these chart axes?
It would be incredibly frustrating if I could only use one data table for a dashboard and couldn't alter the axes of the chart.