Disallow networks from graphing < 0 players
This commit is contained in:
parent
9f3d367aac
commit
096c919dd0
@ -19,7 +19,8 @@ var smallChartOptions = {
|
|||||||
font: {
|
font: {
|
||||||
color: "#E3E3E3"
|
color: "#E3E3E3"
|
||||||
},
|
},
|
||||||
labelWidth: -10
|
labelWidth: -10,
|
||||||
|
min: 0
|
||||||
},
|
},
|
||||||
grid: {
|
grid: {
|
||||||
hoverable: true,
|
hoverable: true,
|
||||||
@ -50,7 +51,8 @@ var bigChartOptions = {
|
|||||||
font: {
|
font: {
|
||||||
color: "#E3E3E3"
|
color: "#E3E3E3"
|
||||||
},
|
},
|
||||||
labelWidth: -5
|
labelWidth: -5,
|
||||||
|
min: 0
|
||||||
},
|
},
|
||||||
grid: {
|
grid: {
|
||||||
hoverable: true,
|
hoverable: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user