#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#assign visContainerID = '${sparklineVO.visContainerDivID}'> <#if sparklineVO.shortVisMode> <#assign sparklineContainerID = 'grant_count_short_sparkline_vis'> <#else> <#assign sparklineContainerID = 'grant_count_full_sparkline_vis'> #if> <#-- This is used to prevent collision between sparkline & visualization container div ids. --> <#if visContainerID?upper_case == sparklineContainerID?upper_case> <#assign sparklineContainerID = visContainerID + "_spark"> #if>
Year | Grants |
---|---|
${year} | ${sparklineVO.yearToActivityCount[year]} |