Don't apply min: 0 to the small graphs

This commit is contained in:
Cryptkeeper 2016-01-06 15:42:50 -06:00
parent 096c919dd0
commit 53c3c5e556

@ -19,8 +19,7 @@ var smallChartOptions = {
font: {
color: "#E3E3E3"
},
labelWidth: -10,
min: 0
labelWidth: -10
},
grid: {
hoverable: true,