| Line 88... |
Line 88... |
| 88 |
<td class="currency">$summaryModel.getCollectionTarget()</td>
|
88 |
<td class="currency">$summaryModel.getCollectionTarget()</td>
|
| 89 |
<td class="currency">$summaryModel.getCollection()</td>
|
89 |
<td class="currency">$summaryModel.getCollection()</td>
|
| 90 |
<td class="currency">$summaryModel.getSecondaryTarget()</td>
|
90 |
<td class="currency">$summaryModel.getSecondaryTarget()</td>
|
| 91 |
<td class="currency">$summaryModel.getSecondary()</td>
|
91 |
<td class="currency">$summaryModel.getSecondary()</td>
|
| 92 |
#foreach($entry in $summaryModel.getChartLeadModelMap().entrySet())
|
92 |
#foreach($entry in $summaryModel.getChartLeadModelMap().entrySet())
|
| 93 |
|
- |
|
| 94 |
#set($datasets = $entry.getValue().getData().getDatasets().get(0))
|
93 |
#set($datasets = $entry.getValue().getData().getDatasets().get(0))
|
| 95 |
#set($dataPoints=$datasets.getData())
|
94 |
#set($dataPoints=$datasets.getData())
|
| 96 |
#set($bgColors=$datasets.getBackgroundColor())
|
95 |
#set($bgColors=$datasets.getBackgroundColor())
|
| 97 |
#set($labels = $entry.getValue().getData().getLabels())
|
96 |
#set($labels = $entry.getValue().getData().getLabels())
|
| 98 |
#set($total=0)
|
97 |
#set($total=0)
|