OPTION 3 FULL STATS + AUTO GRAPHICS

1) Extract this ZIP into your project root and overwrite files.
2) Add these includes to overlay.php, director.php, dashboard.php before </head> and </body> if they are not already there:

<link rel="stylesheet" href="assets/css/stats_auto_graphics.css">
<script src="assets/js/stats_auto_graphics.js"></script>

3) Run:
http://localhost/YOUR_FOLDER/install_option3_full_stats.php

4) OBS Browser Source -> Refresh cache.
5) Use JS hooks after scoring:
point3RecordBallStat({runs:6, legal:1, wicket:0});
point3RecordBallStat({runs:4, legal:1, wicket:0});
point3RecordBallStat({runs:0, legal:1, wicket:1});

Buttons/graphics:
point3ShowLeader('batters');
point3ShowLeader('bowlers');
point3ShowLeader('allrounders');
point3ShowMatchAwards();
