Now that we have a ton of shot distribution and shot percentage stats by zone, shot type, etc. let's enhance the shot stats pages even further, perhaps splitting the _player_shot_stats.html.erb partial view into several different views. There are three main buckets of shots stats I can think of at the moment: 1) shot distribution by zone, 2) shot percentages by zone, 3) shot distribution and shot percentages by shot type.
Some of these stats are better off represented by bar charts from #47. Let's work this tables issue in collaboration with the visualization issue in order to further enhance the visualizations and add more insightful data on individual player pages.
Now that we have a ton of shot distribution and shot percentage stats by zone, shot type, etc. let's enhance the shot stats pages even further, perhaps splitting the
_player_shot_stats.html.erb
partial view into several different views. There are three main buckets of shots stats I can think of at the moment: 1) shot distribution by zone, 2) shot percentages by zone, 3) shot distribution and shot percentages by shot type.Some of these stats are better off represented by bar charts from #47. Let's work this tables issue in collaboration with the visualization issue in order to further enhance the visualizations and add more insightful data on individual player pages.