I am looking for a way to display rankings across time, using Google Charts.
(this is the same question as here, but this time using Google Charts instead of Highcharts)
Is there a way to display rankings in a “user-friendly way”, by which I mean: with the #1 ranking being at the top of the chart, and the last ranking being at the bottom.
I wish to use the line charts.
Ok, I found the option:
vAxis: {direction: -1} will reverse the y Axis
hAxis: {direction: -1} will reverse the x Axis