</div> <?php if ($this->player->getTotalNumberOfMatches() != 0) { ?> <div class="col-md-12"> <h3>Overall Stats</h3> <?php generateChart($this->player->getOveralStats(), 1, 'column'); ?> </div> <?php } ?>
echo SITE_URL . 'core/cache/Referee-' . $this->referee->getId() . '.png'; ?> "> </div> </div> <?php if ($this->referee->getTotalMatches() != 0) { ?> <div class="col-md-12"> <h3>Overall Stats</h3> <?php generateChart($this->referee->getOverallStats(), 1, 'column'); ?> </div> <?php } ?> </div>
?> ], ['Tournaments', <?php echo $this->tournaments; ?> ], ['Competitions', <?php echo $this->competitions; ?> ], ] }] }); }); </script> <div class="container"><p></p></div> <h4 class="center">Total Matches (last 5 years)</h4> <div class="col-md-12"><br><?php generateChart($this->getTotalMatchesStats(), 0, 'areaspline'); ?> </div> </div> <?php }
</div> </div> <?php if ($this->team->getTotalPlayedMatches() != 0) { ?> <div class="col-md-8"> <h3>Overall Stats</h3> <?php generateChart($this->team->getOverallStats(), 1, 'column'); ?> </div> <?php } ?> <div class="col-md-4"> <div id="graph-matches-won"></div> </div> <script>
<img src="<?php echo SITE_URL . 'images/Coach-' . $this->coach->getId() . '.png'; ?> "> </div> </div> <?php if ($this->coach->getTotalMatches() != 0) { ?> <div class="col-md-12"> <h3>Overall Stats</h3> <?php generateChart($this->coach->getOverallStats(), 1, 'column'); ?> </div> <?php } ?> </div>