Difference between revisions of "Template:ReadingDataPage"
Line 52: | Line 52: | ||
} | } | ||
− | function | + | function buildStockDataTable(){ |
var index = 0; | var index = 0; | ||
var data = []; | var data = []; | ||
Line 90: | Line 90: | ||
} | } | ||
tableHTML += '</table>'; | tableHTML += '</table>'; | ||
− | document.getElementById(" | + | document.getElementById("stockDataTable").innerHTML= tableHTML; |
} | } | ||
Line 158: | Line 158: | ||
function buildDataPage(){ | function buildDataPage(){ | ||
buildGrowthCurveDataTable(); | buildGrowthCurveDataTable(); | ||
− | + | buildStockDataTable(); | |
buildSodisDataTable(); | buildSodisDataTable(); | ||
buildCompetitionDataTable(); | buildCompetitionDataTable(); |
Revision as of 17:47, 12 August 2015