var graphClass = new LinesGraph(); // Array that stores objects for each element returned via rest var reportData = []; function initPage() { // function from generic.js, variable from config file initHeaderAndFilters(headerAndFilters); $("#content-body").append( $("
").attr("id", reportOptions.elementId) ); initSvg(reportOptions.elementId); $("#content-description") .append( $("") .attr("type", "checkbox") .attr("id", "locked-scales") .val("") ) .append( $("