Hello to you all
I need your help
I´m performing a MySQL query and getting the following results:
TIME || RESULTS || URL
2013-06-23 || 22 || www.youtube.com
2013-06-23 || 22 || www.youtube.com
2013-06-23 || 22 || www.google.com
2013-06-23 || 21 || www.google.com
2013-06-23 || 23 || www.facebook.com
2013-06-23 || 21 || www.facebook.com
I´m trying to create a graph where the X axis is the time, and the Y axis is composed by 3 lines, where each line corresponds to the results obtained for each of the 3 URLs (facebook, google and youtube).
I´m not sure how to do it. I´ve read some examples where some tried to overlap different searches or different fields, but my case is a little different, since I need to create 3 lines based on different values from the same field 'URL', performed by 1 search.
Any help is appreciated
Thank you