<div><p> ,
$v
</p>
<p>
Displays sparklines for violation counts over time for all gardener tests.
Only available internally.
</p>
<p> For greater detail, click on a sparkline to
see a Simile Timeplot of the same data.
</p>
<table id="stats-table"><tr><th></th>
<th>High</th>
<th></th>
<th>Current</th>
</tr><tr><th class="test">${test}</th>
<td class="high">${addCommas(Math.max.apply(Math, counts))}</td>
<td>
<a href="timeplot-stats?test=%24%7Btest%7D&KeepThis=true&TB_iframe=true&height=600&width=800" class="thickbox">
<span class="inlinesparkline">${renderList(counts)}</span>
</a>
</td>
<td class="current">${addCommas(counts[counts.length-1])}</td>
</tr></table></div>