Commit de2477a6 authored by Vincent Pelletier's avatar Vincent Pelletier

Never display decimals for hit count.

parent 29f17be1
...@@ -632,6 +632,7 @@ def main(): ...@@ -632,6 +632,7 @@ def main():
'yaxis': { 'yaxis': {
'axisLabel': 'Hits', 'axisLabel': 'Hits',
'labelWidth': yLabelWidth, 'labelWidth': yLabelWidth,
'tickDecimals': 0,
}, },
'lines': {'show': True}, 'lines': {'show': True},
'points': {'show': True}, 'points': {'show': True},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment