Web app used to display where teams create and concede chances from. The plot shows the average Chance Rating of a team binned by location of the assist.
This is for a competition hosted by Chance Analytics.
- Question 1: What are you trying to communicate with this viz?
This viz displays the locations from which teams create and concede chances. Grouping together by assist location shows where the chances are being created.
- Question 2: Who is your target audience? People working in the player/opposition scouting process at clubs or the average fan?
This would be useful for clubs trying to scout where the opposition likes to attack, and where the opposition is most susceptible to being attacked.
The data provided is from StrataData and comes from the 2017 Chinese Super League.
HTML/JS, D3.js, jQuery, Express
Node
-
git clone https://github.com/kyledijkstra/ChanceCreationPlot.git
-
cd ChanceCreationPlot
-
npm install
-
node server
-
Visit localhost:8000 on your web browser
Select a team from the dropdown
Change header background color
Change text color of team name
Check for chances created (attacking)
Check for chances conceded (defending)