Skip to content

Commit df596ad

Browse files
committed
added text on teams page
1 parent 9af0b19 commit df596ad

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,14 @@ I worked on improving the load time for a better user experience.
4444
## Make it offline usable.
4545
User can access a part of the app even when he/she is offline.
4646
- With service workers installed and UpUpjs we can easily make the app offline usable.
47+
48+
4749
![PWA Audit Google chrome](https://github.com/goelrohan6/Ipl-Data-Visualization/blob/master/docs/readmeImages/before-service.png)
50+
51+
4852
![PWA Audit Google chrome](https://github.com/goelrohan6/Ipl-Data-Visualization/blob/master/docs/readmeImages/afterService.png)
4953

54+
5055
These images show that the service worker loads after the app has finished loading.Also the gear icon shows which all scripts are used when app is offline.
5156

5257
## Installation

src/app/views/teams.html

+19-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,20 @@
22
<div class="row jumbotron">
33
<div class="col-xs-12 col-sm-12 col-md-8 col-lg-8">
44
<h3>Score Distribution for each team</h3>
5+
<p>
6+
This graph shows the total hits for all
7+
<em style="color:#3282bd;">teams</em> , the second level rings represent all the
8+
<em style="color:#3282bd;">teams</em>, next segregation is (
9+
<em style="color: #9ecae1;">Batsman Runs</em> ,
10+
<em style="color: #f48c3a">Extra Runs</em>),
11+
<em style="color: #9ecae1;">Batsman runs</em> consist of
12+
<em style="color: #9ecae1">Boundries(4,6)</em> and
13+
<em style="color: #e65730">Non Boundries</em> (1,2,3,5);
14+
<em style="color: #f48c3a">Extra runs</em>
15+
<em style="color: #f48c3a"> are (wide, leg_bye, bye, no ball, penalty)</em> runs.
16+
</p>
517
<sun-burst></sun-burst>
6-
<!-- <div class="panel-footer">The second ring represents the teams, then next layer is (Batsman Runs, Extra Runs) then next layer represents</div> -->
18+
719
</div>
820
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4">
921
<pre>
@@ -27,6 +39,9 @@ <h3>Score Distribution for each team</h3>
2739
<div class="row jumbotron">
2840
<div class="col-xs-12 col-sm-12 col-md-8 col-lg-8">
2941
<h3>Score Distribution for teams</h3>
42+
<p>
43+
This graph shows total score distribution for all teams, lowest line represents the minimum value, highest line represents the maximum value, lower quartile is the median of lower half, upper quartile is the median of upper half and the middle one is the median of all.
44+
</p>
3045
<box-plot></box-plot>
3146
</div>
3247
<div class="col-xs-12 col-sm-12 col-md-4 col-lg-4">
@@ -40,6 +55,9 @@ <h3>Score Distribution for teams</h3>
4055
<div class="row jumbotron">
4156
<div class="col-xs-12 col-sm-12 col-md-8 col-lg-8">
4257
<h3>Total Runs per over by teams across all seasons</h3>
58+
<p>
59+
The X axis represents 20 overs and the y axis represents runs scored, if you hover on the graph you can see total score per over for each team.
60+
</p>
4361
<season-runs></season-runs>
4462
</div>
4563
<div class="panel-body col-xs-12 col-sm-12 col-md-4 col-lg-4">

0 commit comments

Comments
 (0)