Skip to content
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.

Commit

Permalink
Graph starts at 0, 0
Browse files Browse the repository at this point in the history
  • Loading branch information
grewn0uille committed Feb 26, 2018
1 parent f2a001f commit dca41ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sherlog/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def gen_graph(data, date_range, title):
line_chart.title = title
line_chart.x_labels = map(str, date_range)
line_chart.add('', data)
line_chart.range = [0, 100]
return line_chart.render_response()


Expand Down

0 comments on commit dca41ad

Please sign in to comment.