In the google jsapi line chart exist an command "direction: -1"), command for reverse sorting of data.
For example, sorting a query by date and time in "order by desc" and having the last data left left,
lowest date left highest to right, and not vice versa as query output.
Can not get it with the php runner "line charts", unless I create a support table, which I would avoid.
Existing documentation did not help me, is there a way to implement it in the phprunner chart?
Tnx.