I have multiple graphs. I have the data(count) also which is used to form that graph. Is there a way I can detect from those graphs which one is most trending. I want from multiple graphs the graph which is more trending or going upwards compared to others. Basically sort the graphs ?
Data of each graph is as follows: x = [1,2,3,4,5,6,7,8,9,10] y = [2,5,7,9,10,13,16,18,21,22]