Skip to content

Commit

Permalink
fixes bug 910750 - Graph on /daily should not pin the y-axis to max 1…
Browse files Browse the repository at this point in the history
…00, r=Kairo
  • Loading branch information
peterbe committed Aug 29, 2013
1 parent 1156a6e commit 6b51e44
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -8,8 +8,7 @@ $(function() {
minTickSize: [1, "day"]
},
yaxis: {
min: 0,
max: 100
min: 0
},
series: {
lines: { show: true },
Expand Down

0 comments on commit 6b51e44

Please sign in to comment.