Subversion Repositories SmartDukaan

Rev

Rev 31840 | Rev 32657 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31840 Rev 31841
Line 84... Line 84...
84
                    #set($labels = $entry.getValue().getData().getLabels())
84
                    #set($labels = $entry.getValue().getData().getLabels())
85
                    #set($total=0)
85
                    #set($total=0)
86
                    #foreach($dataPoint in $dataPoints)
86
                    #foreach($dataPoint in $dataPoints)
87
                        #set($count = $velocityCount - 1)
87
                        #set($count = $velocityCount - 1)
88
                        <td style="background-color: $bgColors.get($count)">
88
                        <td style="background-color: $bgColors.get($count)">
89
                            - #if(!$dataPoint) 0 #else $dataPoint #end
89
                            #if(!$dataPoint) 0 #else $dataPoint #end
90
                        </td>
90
                        </td>
91
                    #end
91
                    #end
92
                #end
92
                #end
93
            </tr>
93
            </tr>
94
            #end
94
            #end