//relative location of all the json files
var root_dir = 'data/json_final/';

var page_title = 'VUE-IT';
var sub_title = '<h3>(<u>V</u>isualization to <u>U</u>nderstand <u>E</u>xpenditures in <u>I</u>nformation <u>T</u>echnology)</h3>';

var foot_note = [
    '*Dollar amounts are in millions',
    '*“High Risk” or the HRL Icon: represents only projects with valid UPIs',
    '*Each figure is rounded off to the nearest million, so individual line items may not sum to the total.'
];

//This toggles whether to show the Trends Icon and eGov Icon.
var UI = {
    showTrends   : false,
    showEGov     : false,
    showFilters  : true,
    showDownload : true
};