Subversion Repositories SmartDukaan

Rev

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

Rev 31838 Rev 31839
Line 83... Line 83...
83
                    #set($bgColors=$datasets.getBackgroundColor())
83
                    #set($bgColors=$datasets.getBackgroundColor())
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>$bgColors.get($count),$labels.get($count)
88
                        <td style="background-color: "$labels.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