Exclude mS for better use of graph bar width

main
Bob Mottram 2021-10-20 21:57:49 +01:00
parent 50796afb3c
commit 979bb79f76
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ def htmlWatchPointsGraph(baseDir: str, fitness: {}, fitnessId: str,
htmlStr += \
'<tr style="height:' + str(heightPercent) + '%">\n' + \
' <th scope="row">' + name + '</th>\n' + \
' <td><span>' + str(timeMS) + 'mS</span></td>\n' + \
' <td><span>' + str(timeMS) + '</span></td>\n' + \
'</tr>\n'
ctr += 1
if ctr >= maxEntries: