/ChampionsLeague

UEFA Champions League Statistics using Google Visualizations

Primary LanguageJavaScript

ChampionsLeague

UEFA Champions League Knockout Stage Statistics using Google Visualization API
Currently contains knockout stages from 1997-2016

View demos here:
 http://www.stephenmccready.com/clhist.html
 http://www.stephenmccready.com/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)