Disallow networks from graphing < 0 players

This commit is contained in:
Cryptkeeper 2016-01-06 13:15:34 -06:00
parent 9f3d367aac
commit 096c919dd0

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