NIHVIVO-3446 added some explanatory text and an info ico
This commit is contained in:
parent
e20fff7f66
commit
806e30b48f
3 changed files with 5 additions and 4 deletions
|
@ -189,7 +189,7 @@
|
|||
$('#${sparklineContainerID} td.sparkline_number').text(totalGrants).css("font-weight", "bold").attr("class", "grey").append("<span style='color: #2485AE;'> " + grantDisplay + " <br/></span>");
|
||||
|
||||
var sparksText = ' from <span class="sparkline_range">${sparklineVO.earliestYearConsidered?c}'
|
||||
+ ' to ${sparklineVO.latestRenderedGrantYear?c}</span>';
|
||||
+ ' through ${sparklineVO.latestRenderedGrantYear?c}</span>';
|
||||
|
||||
if (totalGrants !== totalGrantCount) {
|
||||
sparksText += ' (' + totalGrantCount + ' total)';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue