Overview

Be sure your league is setup properly before installing any scripts.Setup Video
The Overview script is a custom module you can place on your site. The directory contains an uncompressed version of the file if you want to edit or host yourself. There are numerous options to set , so read through everything in the script once you install on your site.
The Overview app is a detailed report for many of your leagues franchise stats. A great overview of your league. Install in any homepagemessage and link to it or place in a tab
All scripts require cache.js and font awesome file to be placed in a header message as the 1st line. Please review the section "Custom Scripts" Here
This script is already included in our custom template. Do not install it again. Custom template users do not need to load cache.js or font awesome.

Overview JSPlace in any HPM

<!-- OVERVIEW HTML -->
<div id="overview_wrapper"></div>

<!-- OVERVIEW SETTINGS -->
<script>
var overviewAutoRun = true;
var ov_separateTaxi = true;
var ov_separateIR = true;
var ov_includeSubmitLineup = true;
var ov_tiebreakerFlexOnly = false;
</script>

<!-- OVERVIEW JS FILE -->
<script src="https://www.mflscripts.com/mfl-apps/overview/script.js"></script>