Skip to content

Commit

Permalink
Fixed Issue 14: Low values not being graphed correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
robianmcd committed Nov 30, 2015
1 parent ccf34f9 commit 6f739aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/components/tagChart/tagChart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export class TagChart {
padding: {left: 0, right: 0}
},
y: {
min: 0,
show: false,
padding: {top: 10, bottom: 0},
}
Expand Down

0 comments on commit 6f739aa

Please sign in to comment.