Skip to content

Commit

Permalink
Added warning for main graph
Browse files Browse the repository at this point in the history
Fixed link in friends page
  • Loading branch information
Allexio committed Apr 1, 2021
1 parent 2448df4 commit 2732154
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion report_template/friends.html
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
<div class="col-md-12 col-lg-12">
<div class="mb-3 card">
<div style="margin-left: 10px; margin-top: 5px; display: block; font-size: large;">
<p>The line at 150 is in reference to <a href="https://en.wikipedia.org/wiki/Dunbar%27s_number">Dunbar's Number</a>, a suggested cognitive limit to the number of people with whom one can maintain stable social relationships. The initial proposed number was 150; others argue the number varies from 100 to 250 depending on the individual. Check out the wikipedia page for more links to research papers on the subject.</p>
<p>The line at 150 is in reference to <a target="_blank" href="https://en.wikipedia.org/wiki/Dunbar%27s_number">Dunbar's Number</a>, a suggested cognitive limit to the number of people with whom one can maintain stable social relationships. The initial proposed number was 150; others argue the number varies from 100 to 250 depending on the individual. Check out the wikipedia page for more links to research papers on the subject.</p>
</div>
</div>
</div>
Expand Down
6 changes: 6 additions & 0 deletions report_template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,12 @@
<div style="height: 350px">
<canvas id="line-chart"></canvas>
</div>
<div class="widget-chart-content text-center mt-5">
<div class="widget-description mt-0 text-warning">
<i class="fa fa-exclamation"></i>
<span class="text-muted opacity-8 pl-1">For comparison purposes, number of messages divided by 10 in this graph</span>
</div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 2732154

Please sign in to comment.