Fix little errors
This commit is contained in:
@@ -265,7 +265,7 @@ class DisplayHTMLBlockTableWithGraph(DisplayHTMLBlockTable):
|
||||
|
||||
def _computeMax(self):
|
||||
for i in range(0, self.nb_valid_rows):
|
||||
row = self.row[i]
|
||||
row = self.rows[i]
|
||||
for j in range(1, len(row)):
|
||||
if type(row[j]) != int:
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user