UEFA Champions League Knockout Stage Statistics using Google Visualization API
Currently contains knockout stages from 1997-2021
View demos here:
http://www.stephenmccready.com/stephenmccready/clhist.html
http://www.stephenmccready.com/stephenmccready/clteamhist.html
The page uses these resources:
clhist.html
clteamhist.html
js\clhist.js (retreives the data using php\getCLHIST.php and feeds it into a google visualization table that is displayed in a 3D pie chart)
js\clteamhist.js (retreives the data using php\getCLTeamHIST.php and feeds it into a google visualization table that is displayed in a bar chart)
css\clhist.css
css\clteamhist.css
php\getCLHIST.php (reads and parses out data\CLHIST.csv by chosen date range, weighting and stage(s))
php\getCLTeamHIST.php (reads and parses out data\CLHIST.csv by chosen team)
php\getTeams.php (gets list of unique team names from data\CLHIST.csv for datalist in clteamhist.html)
data\CLHIST.csv (contains list of teams and stages reached in the CL group and knockout stages)